#4EA29A

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

Shades of Cadet Blue #4EA29A

Tints of Cadet Blue #4EA29A

Color information

#4EA29A (or 0x4EA29A) is unknown color: approx Cadet Blue. HEX triplet: 4E, A2 and 9A. RGB value is (78,162,154). Sum of RGB (Red+Green+Blue) = 78+162+154=394 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.80% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA29A is #B15D65. Grayscale: #878787. Windows color (decimal): -11623782 or 10134094. OLE color: 10134094.

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

Color convert

RGB78162154-
CMYK0.5200.050.36
HSL174.29º35%47.06%-
HSV(B)174.29º51.85%63.53%-
XYZ21.8929.7935.17-
YUV135.97138.1786.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.80%
GREEN value IS 162 (63.67% from 255) = 41.12%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=19.80%
G=41.12%
B=39.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal781621540.5200.050.36174.293547.06
Hex4EA29A340524ae232f
Octal1162422326405442564357
Binary10011101010001010011010110100010110010010101110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,162,154); }

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

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

 a { background-color: rgb(78,162,154); }

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

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

 span { border-color: rgb(78,162,154); }

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