Html Css Color HEX #4EACAA Cadet Blue

📋 copy color: '#4EACAA'

red 78 ◦ green 172 ◦ blue 170

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

Shades of Cadet Blue #4EACAA

Tints of Cadet Blue #4EACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.95%

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 18.57%
G = 40.95%
B = 40.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#4EACAA (or 0x4EACAA) is known color: Cadet Blue. HEX triplet: 4E, AC and AA. RGB value is (78,172,170). Sum of RGB (Red+Green+Blue) = 78+172+170=420 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.57% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #4EACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EACAA is #B15355. Grayscale: #8F8F8F. Windows color (decimal): -11621206 or 11185230. OLE color: 11185230.

HSL color Cylindrical-coordinate representation of color #4EACAA: hue angle of 178.72º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EACAA is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 172 170 -
CMYK 0.55 0 0.01 0.33
HSL 178.72º 0.38% 0.49% -
HSV(B) 178.72º 0.55% 0.67% -
XYZ 25.15 34.03 43.27 -
YUV 143.67 142.86 81.16 -
System Red Green Blue C M Y K H S L
Decimal 78 172 170 0.55 0 0.01 0.33 178.72 0.38 0.49
Hex 4E AC AA 37 0 1 21 B3 26 31
Octal 116 254 252 67 0 1 41 263 46 61
Binary 1001110 10101100 10101010 110111 0 1 100001 10110011 100110 110001

Color Harmonies of #4EACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EACAA

Black with #4EACAA

Text Example


Text Example

White with #4EACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,172,170); }

 H1.HeaderClassName
 {
   color: #4EACAA;
 }
 .AnyTagClassName
 {
   color: #4EACAA;
 }
</style>

background-color css

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

 a { background-color: rgb(78,172,170); }

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

border-color css

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

 span { border-color: rgb(78,172,170); }

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