#51A1AB

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

Shades of Cadet Blue #51A1AB

Tints of Cadet Blue #51A1AB

Color information

#51A1AB (or 0x51A1AB) is unknown color: approx Cadet Blue. HEX triplet: 51, A1 and AB. RGB value is (81,161,171). Sum of RGB (Red+Green+Blue) = 81+161+171=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #51A1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A1AB is #AE5E54. Grayscale: #8A8A8A. Windows color (decimal): -11427413 or 11247953. OLE color: 11247953.

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

Color convert

RGB81161171-
CMYK0.530.0600.33
HSL186.67º35.71%49.41%-
HSV(B)186.67º52.63%67.06%-
XYZ23.4930.1843.12-
YUV138.22146.587.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.61%
GREEN value IS 161 (63.28% from 255) = 38.98%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=19.61%
G=38.98%
B=41.40%

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
Decimal811611710.530.0600.33186.6735.7149.41
Hex51A1AB356021bb2431
Octal1212412536560412734461
Binary10100011010000110101011110101110010000110111011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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