Html Css Color HEX #4EA29A Cadet Blue

📋 copy color: '#4EA29A'

red 78 ◦ green 162 ◦ blue 154

#4EA29A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #4EA29A

Tints of Cadet Blue #4EA29A

RGB

 RED value IS 78 (30.86% from 255) = 19.8%

 GREEN value IS 162 (63.67% from 255) = 41.12%

 BLUE value IS 154 (60.55% from 255) = 39.09%

R = 19.8%
G = 41.12%
B = 39.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#4EA29A (or 0x4EA29A) is known color: 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

RGB 78 162 154 -
CMYK 0.52 0 0.05 0.36
HSL 174.29º 0.35% 0.47% -
HSV(B) 174.29º 0.52% 0.64% -
XYZ 21.89 29.79 35.17 -
YUV 135.97 138.17 86.65 -
System Red Green Blue C M Y K H S L
Decimal 78 162 154 0.52 0 0.05 0.36 174.29 0.35 0.47
Hex 4E A2 9A 34 0 5 24 AE 23 2F
Octal 116 242 232 64 0 5 44 256 43 57
Binary 1001110 10100010 10011010 110100 0 101 100100 10101110 100011 101111

Color Harmonies of #4EA29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA29A

Black with #4EA29A

Text Example


Text Example

White with #4EA29A

Text Example


Text Example

HTML Codes & Css Web 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>