#4CA19E

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

Shades of Cadet Blue #4CA19E

Tints of Cadet Blue #4CA19E

Color information

#4CA19E (or 0x4CA19E) is unknown color: approx Cadet Blue. HEX triplet: 4C, A1 and 9E. RGB value is (76,161,158). Sum of RGB (Red+Green+Blue) = 76+161+158=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA19E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA19E is #B35E61. Grayscale: #878787. Windows color (decimal): -11755106 or 10395980. OLE color: 10395980.

HSL color Cylindrical-coordinate representation of color #4CA19E: hue angle of 177.88º 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 #4CA19E is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB76161158-
CMYK0.5300.020.37
HSL177.88º35.86%46.47%-
HSV(B)177.88º52.8%63.14%-
XYZ21.929.4936.89-
YUV135.24140.8485.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.24%
GREEN value IS 161 (63.28% from 255) = 40.76%
BLUE value IS 158 (62.11% from 255) = 40%
R=19.24%
G=40.76%
B=40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal761611580.5300.020.37177.8835.8646.47
Hex4CA19E350225b2242e
Octal1142412366502452624456
Binary1001100101000011001111011010101010010110110010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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