#51ABAA

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

Shades of Cadet Blue #51ABAA

Tints of Cadet Blue #51ABAA

Color information

#51ABAA (or 0x51ABAA) is unknown color: approx Cadet Blue. HEX triplet: 51, AB and AA. RGB value is (81,171,170). Sum of RGB (Red+Green+Blue) = 81+171+170=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #51ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51ABAA is #AE5455. Grayscale: #8F8F8F. Windows color (decimal): -11424854 or 11184977. OLE color: 11184977.

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

Color convert

RGB81171170-
CMYK0.5300.010.33
HSL179.33º35.71%49.41%-
HSV(B)179.33º52.63%67.06%-
XYZ25.2133.7843.22-
YUV143.98142.6883.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.19%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=19.19%
G=40.52%
B=40.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811711700.5300.010.33179.3335.7149.41
Hex51ABAA350121b32431
Octal1212532526501412634461
Binary101000110101011101010101101010110000110110011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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