#5EA49F

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

Shades of Cadet Blue #5EA49F

Tints of Cadet Blue #5EA49F

Color information

#5EA49F (or 0x5EA49F) is unknown color: approx Cadet Blue. HEX triplet: 5E, A4 and 9F. RGB value is (94,164,159). Sum of RGB (Red+Green+Blue) = 94+164+159=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 164 - color contains mainly: green. Hex color #5EA49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA49F is #A15B60. Grayscale: #8E8E8E. Windows color (decimal): -10574689 or 10462302. OLE color: 10462302.

HSL color Cylindrical-coordinate representation of color #5EA49F: hue angle of 175.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA49F is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB94164159-
CMYK0.4300.030.36
HSL175.71º27.78%50.59%-
HSV(B)175.71º42.68%64.31%-
XYZ24.1531.4337.6-
YUV142.5137.3193.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.54%
GREEN value IS 164 (64.45% from 255) = 39.33%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=22.54%
G=39.33%
B=38.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal941641590.4300.030.36175.7127.7850.59
Hex5EA49F2B0324b01c33
Octal1362442375303442603463
Binary101111010100100100111111010110111001001011000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EA49F; }

 p { color: rgb(94,164,159); }

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

<style>
 a { background-color: #5EA49F; }

 a { background-color: rgb(94,164,159); }

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

<style>
 span { border-color: #5EA49F; }

 span { border-color: rgb(94,164,159); }

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