#5AA49E

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

Shades of Cadet Blue #5AA49E

Tints of Cadet Blue #5AA49E

Color information

#5AA49E (or 0x5AA49E) is unknown color: approx Cadet Blue. HEX triplet: 5A, A4 and 9E. RGB value is (90,164,158). Sum of RGB (Red+Green+Blue) = 90+164+158=412 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.84% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA49E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA49E is #A55B61. Grayscale: #8D8D8D. Windows color (decimal): -10836834 or 10396762. OLE color: 10396762.

HSL color Cylindrical-coordinate representation of color #5AA49E: hue angle of 175.14º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA49E is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB90164158-
CMYK0.4500.040.36
HSL175.14º29.13%49.8%-
HSV(B)175.14º45.12%64.31%-
XYZ23.6631.1937.12-
YUV141.19137.4891.49-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.84%
GREEN value IS 164 (64.45% from 255) = 39.81%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=21.84%
G=39.81%
B=38.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal901641580.4500.040.36175.1429.1349.8
Hex5AA49E2D0424af1d32
Octal1322442365504442573562
Binary1011010101001001001111010110101001001001010111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,164,158); }

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

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

 a { background-color: rgb(90,164,158); }

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

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

 span { border-color: rgb(90,164,158); }

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