#51A0AB

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

Shades of Cadet Blue #51A0AB

Tints of Cadet Blue #51A0AB

Color information

#51A0AB (or 0x51A0AB) is unknown color: approx Cadet Blue. HEX triplet: 51, A0 and AB. RGB value is (81,160,171). Sum of RGB (Red+Green+Blue) = 81+160+171=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #51A0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A0AB is #AE5F54. Grayscale: #898989. Windows color (decimal): -11427669 or 11247697. OLE color: 11247697.

HSL color Cylindrical-coordinate representation of color #51A0AB: hue angle of 187.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 #51A0AB is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81160171-
CMYK0.530.0600.33
HSL187.33º35.71%49.41%-
HSV(B)187.33º52.63%67.06%-
XYZ23.3129.8343.06-
YUV137.63146.8387.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.66%
GREEN value IS 160 (62.89% from 255) = 38.83%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=19.66%
G=38.83%
B=41.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811601710.530.0600.33187.3335.7149.41
Hex51A0AB356021bb2431
Octal1212402536560412734461
Binary10100011010000010101011110101110010000110111011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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