#5AABA7

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

Shades of Cadet Blue #5AABA7

Tints of Cadet Blue #5AABA7

Color information

#5AABA7 (or 0x5AABA7) is unknown color: approx Cadet Blue. HEX triplet: 5A, AB and A7. RGB value is (90,171,167). Sum of RGB (Red+Green+Blue) = 90+171+167=428 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.03% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #5AABA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AABA7 is #A55458. Grayscale: #929292. Windows color (decimal): -10835033 or 10988378. OLE color: 10988378.

HSL color Cylindrical-coordinate representation of color #5AABA7: hue angle of 177.04º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AABA7 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB90171167-
CMYK0.4700.020.33
HSL177.04º32.53%51.18%-
HSV(B)177.04º47.37%67.06%-
XYZ25.7534.0941.78-
YUV146.32139.6687.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.03%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 167 (65.62% from 255) = 39.02%
R=21.03%
G=39.95%
B=39.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901711670.4700.020.33177.0432.5351.18
Hex5AABA72F0221b12133
Octal1322532475702412614163
Binary1011010101010111010011110111101010000110110001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,171,167); }

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

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

 a { background-color: rgb(90,171,167); }

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

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

 span { border-color: rgb(90,171,167); }

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