#4CA39B

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

Shades of Cadet Blue #4CA39B

Tints of Cadet Blue #4CA39B

Color information

#4CA39B (or 0x4CA39B) is unknown color: approx Cadet Blue. HEX triplet: 4C, A3 and 9B. RGB value is (76,163,155). Sum of RGB (Red+Green+Blue) = 76+163+155=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 163 - color contains mainly: green. Hex color #4CA39B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA39B is #B35C64. Grayscale: #888888. Windows color (decimal): -11754597 or 10199884. OLE color: 10199884.

HSL color Cylindrical-coordinate representation of color #4CA39B: hue angle of 174.48º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA39B is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB76163155-
CMYK0.5300.050.36
HSL174.48º36.4%46.86%-
HSV(B)174.48º53.37%63.92%-
XYZ21.9930.135.66-
YUV136.07138.6885.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.29%
GREEN value IS 163 (64.06% from 255) = 41.37%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=19.29%
G=41.37%
B=39.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761631550.5300.050.36174.4836.446.86
Hex4CA39B350524ae242f
Octal1142432336505442564457
Binary10011001010001110011011110101010110010010101110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,163,155); }

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

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

 a { background-color: rgb(76,163,155); }

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

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

 span { border-color: rgb(76,163,155); }

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