#4EA89F

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

Shades of Cadet Blue #4EA89F

Tints of Cadet Blue #4EA89F

Color information

#4EA89F (or 0x4EA89F) is unknown color: approx Cadet Blue. HEX triplet: 4E, A8 and 9F. RGB value is (78,168,159). Sum of RGB (Red+Green+Blue) = 78+168+159=405 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.26% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 168 - color contains mainly: green. Hex color #4EA89F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA89F is #B15760. Grayscale: #8C8C8C. Windows color (decimal): -11622241 or 10463310. OLE color: 10463310.

HSL color Cylindrical-coordinate representation of color #4EA89F: hue angle of 174º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EA89F is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB78168159-
CMYK0.5400.050.34
HSL174º36.59%48.24%-
HSV(B)174º53.57%65.88%-
XYZ23.432.1337.77-
YUV140.06138.6883.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.26%
GREEN value IS 168 (66.02% from 255) = 41.48%
BLUE value IS 159 (62.5% from 255) = 39.26%
R=19.26%
G=41.48%
B=39.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal781681590.5400.050.3417436.5948.24
Hex4EA89F360522ae2530
Octal1162502376605422564560
Binary10011101010100010011111110110010110001010101110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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