#51A59A

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

Shades of Cadet Blue #51A59A

Tints of Cadet Blue #51A59A

Color information

#51A59A (or 0x51A59A) is unknown color: approx Cadet Blue. HEX triplet: 51, A5 and 9A. RGB value is (81,165,154). Sum of RGB (Red+Green+Blue) = 81+165+154=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 165 - color contains mainly: green. Hex color #51A59A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A59A is #AE5A65. Grayscale: #8A8A8A. Windows color (decimal): -11426406 or 10134865. OLE color: 10134865.

HSL color Cylindrical-coordinate representation of color #51A59A: hue angle of 172.14º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A59A is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB81165154-
CMYK0.5100.070.35
HSL172.14º34.15%48.24%-
HSV(B)172.14º50.91%64.71%-
XYZ22.6830.9935.36-
YUV138.63136.6786.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.25%
GREEN value IS 165 (64.84% from 255) = 41.25%
BLUE value IS 154 (60.55% from 255) = 38.5%
R=20.25%
G=41.25%
B=38.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal811651540.5100.070.35172.1434.1548.24
Hex51A59A330723ac2230
Octal1212452326307432544260
Binary10100011010010110011010110011011110001110101100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,165,154); }

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

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

 a { background-color: rgb(81,165,154); }

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

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

 span { border-color: rgb(81,165,154); }

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