Shades of Cadet Blue #51A2A0
Tints of Cadet Blue #51A2A0
RGB
CMYK
RGB Variations
Color information
#51A2A0 (or 0x51A2A0) is known color: Cadet Blue. HEX triplet: 51, A2 and A0. RGB value is (81,162,160). Sum of RGB (Red+Green+Blue) = 81+162+160=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #51A2A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A2A0 is #AE5D5F. Grayscale: #898989. Windows color (decimal): -11427168 or 10527313. OLE color: 10527313.
HSL color Cylindrical-coordinate representation of color #51A2A0: hue angle of 178.52º 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 #51A2A0 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 162 | 160 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.36 |
| HSL | 178.52º | 0.33% | 0.48% | - |
| HSV(B) | 178.52º | 0.5% | 0.64% | - |
| XYZ | 22.66 | 30.13 | 37.88 | - |
| YUV | 137.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 162 | 160 | 0.50 | 0 | 0.01 | 0.36 | 178.52 | 0.33 | 0.48 |
| Hex | 51 | A2 | A0 | 32 | 0 | 1 | 24 | B3 | 21 | 30 |
| Octal | 121 | 242 | 240 | 62 | 0 | 1 | 44 | 263 | 41 | 60 |
| Binary | 1010001 | 10100010 | 10100000 | 110010 | 0 | 1 | 100100 | 10110011 | 100001 | 110000 |
Color Harmonies of #51A2A0
Complementary color
Monochromatic Colors of #51A2A0
Black with #51A2A0
Text Example
Text Example
White with #51A2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A2A0; }
p { color: rgb(81,162,160); }
H1.HeaderClassName
{
color: #51A2A0;
}
.AnyTagClassName
{
color: #51A2A0;
}
</style>
background-color css
<style>
a { background-color: #51A2A0; }
a { background-color: rgb(81,162,160); }
div.DivClassName
{
background-color: #51A2A0;
}
.BgClassName
{
background-color: #51A2A0;
}
</style>
border-color css
<style>
span { border-color: #51A2A0; }
span { border-color: rgb(81,162,160); }
td.TdClassName
{
border-color: #51A2A0;
}
.TagClassName
{
border-color: #51A2A0;
}
</style>