#5EAAA5

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

Shades of Cadet Blue #5EAAA5

Tints of Cadet Blue #5EAAA5

Color information

#5EAAA5 (or 0x5EAAA5) is unknown color: approx Cadet Blue. HEX triplet: 5E, AA and A5. RGB value is (94,170,165). Sum of RGB (Red+Green+Blue) = 94+170+165=429 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.91% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAAA5 is #A1555A. Grayscale: #929292. Windows color (decimal): -10573147 or 10857054. OLE color: 10857054.

HSL color Cylindrical-coordinate representation of color #5EAAA5: hue angle of 176.05º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EAAA5 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB94170165-
CMYK0.4500.030.33
HSL176.05º30.89%51.76%-
HSV(B)176.05º44.71%66.67%-
XYZ25.7833.8540.77-
YUV146.71138.3290.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.91%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 165 (64.84% from 255) = 38.46%
R=21.91%
G=39.63%
B=38.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941701650.4500.030.33176.0530.8951.76
Hex5EAAA52D0321b01f34
Octal1362522455503412603764
Binary101111010101010101001011011010111000011011000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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