Shades of Cadet Blue #51A0AF
Tints of Cadet Blue #51A0AF
RGB
CMYK
RGB Variations
Color information
#51A0AF (or 0x51A0AF) is known color: Cadet Blue. HEX triplet: 51, A0 and AF. RGB value is (81,160,175). Sum of RGB (Red+Green+Blue) = 81+160+175=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #51A0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A0AF is #AE5F50. Grayscale: #898989. Windows color (decimal): -11427665 or 11509841. OLE color: 11509841.
HSL color Cylindrical-coordinate representation of color #51A0AF: hue angle of 189.57º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51A0AF is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 160 | 175 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.31 |
| HSL | 189.57º | 0.37% | 0.5% | - |
| HSV(B) | 189.57º | 0.54% | 0.69% | - |
| XYZ | 23.7 | 29.99 | 45.1 | - |
| YUV | 138.09 | 148.83 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 160 | 175 | 0.54 | 0.09 | 0 | 0.31 | 189.57 | 0.37 | 0.5 |
| Hex | 51 | A0 | AF | 36 | 9 | 0 | 1F | BE | 25 | 32 |
| Octal | 121 | 240 | 257 | 66 | 11 | 0 | 37 | 276 | 45 | 62 |
| Binary | 1010001 | 10100000 | 10101111 | 110110 | 1001 | 0 | 11111 | 10111110 | 100101 | 110010 |
Color Harmonies of #51A0AF
Complementary color
Monochromatic Colors of #51A0AF
Black with #51A0AF
Text Example
Text Example
White with #51A0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A0AF; }
p { color: rgb(81,160,175); }
H1.HeaderClassName
{
color: #51A0AF;
}
.AnyTagClassName
{
color: #51A0AF;
}
</style>
background-color css
<style>
a { background-color: #51A0AF; }
a { background-color: rgb(81,160,175); }
div.DivClassName
{
background-color: #51A0AF;
}
.BgClassName
{
background-color: #51A0AF;
}
</style>
border-color css
<style>
span { border-color: #51A0AF; }
span { border-color: rgb(81,160,175); }
td.TdClassName
{
border-color: #51A0AF;
}
.TagClassName
{
border-color: #51A0AF;
}
</style>