#4CA29B

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

Shades of Cadet Blue #4CA29B

Tints of Cadet Blue #4CA29B

Color information

#4CA29B (or 0x4CA29B) is unknown color: approx Cadet Blue. HEX triplet: 4C, A2 and 9B. RGB value is (76,162,155). Sum of RGB (Red+Green+Blue) = 76+162+155=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA29B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA29B is #B35D64. Grayscale: #878787. Windows color (decimal): -11754853 or 10199628. OLE color: 10199628.

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

Color convert

RGB76162155-
CMYK0.5300.040.36
HSL175.12º36.13%46.67%-
HSV(B)175.12º53.09%63.53%-
XYZ21.8229.7435.6-
YUV135.49139.0185.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.34%
GREEN value IS 162 (63.67% from 255) = 41.22%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=19.34%
G=41.22%
B=39.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761621550.5300.040.36175.1236.1346.67
Hex4CA29B350424af242f
Octal1142422336504442574457
Binary10011001010001010011011110101010010010010101111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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