#51A2AB

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

Shades of Cadet Blue #51A2AB

Tints of Cadet Blue #51A2AB

Color information

#51A2AB (or 0x51A2AB) is unknown color: approx Cadet Blue. HEX triplet: 51, A2 and AB. RGB value is (81,162,171). Sum of RGB (Red+Green+Blue) = 81+162+171=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #51A2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A2AB is #AE5D54. Grayscale: #8A8A8A. Windows color (decimal): -11427157 or 11248209. OLE color: 11248209.

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

Color convert

RGB81162171-
CMYK0.530.0500.33
HSL186º35.71%49.41%-
HSV(B)186º52.63%67.06%-
XYZ23.6630.5343.17-
YUV138.81146.1686.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.57%
GREEN value IS 162 (63.67% from 255) = 39.13%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=19.57%
G=39.13%
B=41.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811621710.530.0500.3318635.7149.41
Hex51A2AB355021ba2431
Octal1212422536550412724461
Binary10100011010001010101011110101101010000110111010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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