#5EA59F

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

Shades of Cadet Blue #5EA59F

Tints of Cadet Blue #5EA59F

Color information

#5EA59F (or 0x5EA59F) is unknown color: approx Cadet Blue. HEX triplet: 5E, A5 and 9F. RGB value is (94,165,159). Sum of RGB (Red+Green+Blue) = 94+165+159=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA59F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA59F is #A15A60. Grayscale: #8F8F8F. Windows color (decimal): -10574433 or 10462558. OLE color: 10462558.

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

Color convert

RGB94165159-
CMYK0.4300.040.35
HSL174.93º28.29%50.78%-
HSV(B)174.93º43.03%64.71%-
XYZ24.3331.7937.66-
YUV143.09136.9892.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.49%
GREEN value IS 165 (64.84% from 255) = 39.47%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=22.49%
G=39.47%
B=38.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal941651590.4300.040.35174.9328.2950.78
Hex5EA59F2B0423af1c33
Octal1362452375304432573463
Binary1011110101001011001111110101101001000111010111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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