#51A4AD

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

Shades of Cadet Blue #51A4AD

Tints of Cadet Blue #51A4AD

Color information

#51A4AD (or 0x51A4AD) is unknown color: approx Cadet Blue. HEX triplet: 51, A4 and AD. RGB value is (81,164,173). Sum of RGB (Red+Green+Blue) = 81+164+173=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #51A4AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A4AD is #AE5B52. Grayscale: #8C8C8C. Windows color (decimal): -11426643 or 11379793. OLE color: 11379793.

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

Color convert

RGB81164173-
CMYK0.530.0500.32
HSL185.87º36.22%49.8%-
HSV(B)185.87º53.18%67.84%-
XYZ24.2131.3244.3-
YUV140.21146.585.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.38%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=19.38%
G=39.23%
B=41.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811641730.530.0500.32185.8736.2249.8
Hex51A4AD355020ba2432
Octal1212442556550402724462
Binary10100011010010010101101110101101010000010111010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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