Html Css Color HEX #4EA09F Cadet Blue

📋 copy color: '#4EA09F'

red 78 ◦ green 160 ◦ blue 159

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

Shades of Cadet Blue #4EA09F

Tints of Cadet Blue #4EA09F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.3%

 BLUE value IS 159 (62.5% from 255) = 40.05%

R = 19.65%
G = 40.3%
B = 40.05%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#4EA09F (or 0x4EA09F) is known color: Cadet Blue. HEX triplet: 4E, A0 and 9F. RGB value is (78,160,159). Sum of RGB (Red+Green+Blue) = 78+160+159=397 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.65% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA09F is #B15F60. Grayscale: #878787. Windows color (decimal): -11624289 or 10461262. OLE color: 10461262.

HSL color Cylindrical-coordinate representation of color #4EA09F: hue angle of 179.27º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4EA09F is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 78 160 159 -
CMYK 0.51 0 0.01 0.37
HSL 179.27º 0.34% 0.47% -
HSV(B) 179.27º 0.51% 0.63% -
XYZ 21.97 29.26 37.29 -
YUV 135.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 78 160 159 0.51 0 0.01 0.37 179.27 0.34 0.47
Hex 4E A0 9F 33 0 1 25 B3 22 2F
Octal 116 240 237 63 0 1 45 263 42 57
Binary 1001110 10100000 10011111 110011 0 1 100101 10110011 100010 101111

Color Harmonies of #4EA09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA09F

Black with #4EA09F

Text Example


Text Example

White with #4EA09F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,160,159); }

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

background-color css

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

 a { background-color: rgb(78,160,159); }

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

border-color css

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

 span { border-color: rgb(78,160,159); }

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