#4CA19C

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

Shades of Cadet Blue #4CA19C

Tints of Cadet Blue #4CA19C

Color information

#4CA19C (or 0x4CA19C) is unknown color: approx Cadet Blue. HEX triplet: 4C, A1 and 9C. RGB value is (76,161,156). Sum of RGB (Red+Green+Blue) = 76+161+156=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA19C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA19C is #B35E63. Grayscale: #868686. Windows color (decimal): -11755108 or 10264908. OLE color: 10264908.

HSL color Cylindrical-coordinate representation of color #4CA19C: hue angle of 176.47º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA19C is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB76161156-
CMYK0.5300.030.37
HSL176.47º35.86%46.47%-
HSV(B)176.47º52.8%63.14%-
XYZ21.7329.4335.99-
YUV135.01139.8485.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.34%
GREEN value IS 161 (63.28% from 255) = 40.97%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=19.34%
G=40.97%
B=39.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal761611560.5300.030.37176.4735.8646.47
Hex4CA19C350325b0242e
Octal1142412346503452604456
Binary1001100101000011001110011010101110010110110000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,161,156); }

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

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

 a { background-color: rgb(76,161,156); }

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

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

 span { border-color: rgb(76,161,156); }

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