#51A29C

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

Shades of Cadet Blue #51A29C

Tints of Cadet Blue #51A29C

Color information

#51A29C (or 0x51A29C) is unknown color: approx Cadet Blue. HEX triplet: 51, A2 and 9C. RGB value is (81,162,156). Sum of RGB (Red+Green+Blue) = 81+162+156=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #51A29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A29C is #AE5D63. Grayscale: #898989. Windows color (decimal): -11427172 or 10265169. OLE color: 10265169.

HSL color Cylindrical-coordinate representation of color #51A29C: hue angle of 175.56º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A29C is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB81162156-
CMYK0.5000.040.36
HSL175.56º33.33%47.65%-
HSV(B)175.56º50%63.53%-
XYZ22.3129.9936.07-
YUV137.1138.6687.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.30%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=20.30%
G=40.60%
B=39.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal811621560.5000.040.36175.5633.3347.65
Hex51A29C320424b02130
Octal1212422346204442604160
Binary10100011010001010011100110010010010010010110000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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