#4CADAC

Color #4CADAC Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #4CADAC

Tints of Fountain Blue #4CADAC

Color information

#4CADAC (or 0x4CADAC) is unknown color: approx Fountain Blue. HEX triplet: 4C, AD and AC. RGB value is (76,173,172). Sum of RGB (Red+Green+Blue) = 76+173+172=421 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.05% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #4CADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CADAC is #B35253. Grayscale: #8F8F8F. Windows color (decimal): -11752020 or 11316556. OLE color: 11316556.

HSL color Cylindrical-coordinate representation of color #4CADAC: hue angle of 179.38º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CADAC is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB76173172-
CMYK0.5600.010.32
HSL179.38º38.96%48.82%-
HSV(B)179.38º56.07%67.84%-
XYZ25.3734.444.33-
YUV143.88143.8679.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 18.05%
GREEN value IS 173 (67.97% from 255) = 41.09%
BLUE value IS 172 (67.58% from 255) = 40.86%
R=18.05%
G=41.09%
B=40.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761731720.5600.010.32179.3838.9648.82
Hex4CADAC380120b32731
Octal1142552547001402634761
Binary100110010101101101011001110000110000010110011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CADAC; }

 p { color: rgb(76,173,172); }

 H1.HeaderClassName
 {
   color: #4CADAC;
 }
 .AnyTagClassName
 {
   color: #4CADAC;
 }
</style>
background-color css

<style>
 a { background-color: #4CADAC; }

 a { background-color: rgb(76,173,172); }

 div.DivClassName
 {
   background-color: #4CADAC;
 }
 .BgClassName
 {
   background-color: #4CADAC;
 }
</style>
border-color css

<style>
 span { border-color: #4CADAC; }

 span { border-color: rgb(76,173,172); }

 td.TdClassName
 {
   border-color: #4CADAC;
 }
 .TagClassName
 {
   border-color: #4CADAC;
 }
</style>