#51A2AD

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

Shades of Cadet Blue #51A2AD

Tints of Cadet Blue #51A2AD

Color information

#51A2AD (or 0x51A2AD) is unknown color: approx Cadet Blue. HEX triplet: 51, A2 and AD. RGB value is (81,162,173). Sum of RGB (Red+Green+Blue) = 81+162+173=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #51A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A2AD is #AE5D52. Grayscale: #8A8A8A. Windows color (decimal): -11427155 or 11379281. OLE color: 11379281.

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

Color convert

RGB81162173-
CMYK0.530.0600.32
HSL187.17º36.22%49.8%-
HSV(B)187.17º53.18%67.84%-
XYZ23.8630.6144.19-
YUV139.04147.1686.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.47%
GREEN value IS 162 (63.67% from 255) = 38.94%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=19.47%
G=38.94%
B=41.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811621730.530.0600.32187.1736.2249.8
Hex51A2AD356020bb2432
Octal1212422556560402734462
Binary10100011010001010101101110101110010000010111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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