#51AAA9

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

Shades of Cadet Blue #51AAA9

Tints of Cadet Blue #51AAA9

Color information

#51AAA9 (or 0x51AAA9) is unknown color: approx Cadet Blue. HEX triplet: 51, AA and A9. RGB value is (81,170,169). Sum of RGB (Red+Green+Blue) = 81+170+169=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #51AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AAA9 is #AE5556. Grayscale: #8F8F8F. Windows color (decimal): -11425111 or 11119185. OLE color: 11119185.

HSL color Cylindrical-coordinate representation of color #51AAA9: hue angle of 179.33º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51AAA9 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB81170169-
CMYK0.5200.010.33
HSL179.33º35.46%49.22%-
HSV(B)179.33º52.35%66.67%-
XYZ24.9333.3642.66-
YUV143.27142.5183.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.29%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 169 (66.41% from 255) = 40.24%
R=19.29%
G=40.48%
B=40.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811701690.5200.010.33179.3335.4649.22
Hex51AAA9340121b32331
Octal1212522516401412634361
Binary101000110101010101010011101000110000110110011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51AAA9; }

 p { color: rgb(81,170,169); }

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

<style>
 a { background-color: #51AAA9; }

 a { background-color: rgb(81,170,169); }

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

<style>
 span { border-color: #51AAA9; }

 span { border-color: rgb(81,170,169); }

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