#51A2AC

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

Shades of Cadet Blue #51A2AC

Tints of Cadet Blue #51A2AC

Color information

#51A2AC (or 0x51A2AC) is unknown color: approx Cadet Blue. HEX triplet: 51, A2 and AC. RGB value is (81,162,172). Sum of RGB (Red+Green+Blue) = 81+162+172=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #51A2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A2AC is #AE5D53. Grayscale: #8A8A8A. Windows color (decimal): -11427156 or 11313745. OLE color: 11313745.

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

Color convert

RGB81162172-
CMYK0.530.0600.33
HSL186.59º35.97%49.61%-
HSV(B)186.59º52.91%67.45%-
XYZ23.7630.5743.68-
YUV138.92146.6686.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.52%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=19.52%
G=39.04%
B=41.45%

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
Decimal811621720.530.0600.33186.5935.9749.61
Hex51A2AC356021bb2432
Octal1212422546560412734462
Binary10100011010001010101100110101110010000110111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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