Shades of Cadet Blue #51A197
Tints of Cadet Blue #51A197
RGB
CMYK
RGB Variations
Color information
#51A197 (or 0x51A197) is known color: Cadet Blue. HEX triplet: 51, A1 and 97. RGB value is (81,161,151). Sum of RGB (Red+Green+Blue) = 81+161+151=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 161 - color contains mainly: green. Hex color #51A197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A197 is #AE5E68. Grayscale: #878787. Windows color (decimal): -11427433 or 9937233. OLE color: 9937233.
HSL color Cylindrical-coordinate representation of color #51A197: hue angle of 172.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A197 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 161 | 151 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.37 |
| HSL | 172.5º | 0.33% | 0.47% | - |
| HSV(B) | 172.5º | 0.5% | 0.63% | - |
| XYZ | 21.72 | 29.47 | 33.82 | - |
| YUV | 135.94 | 136.5 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 161 | 151 | 0.50 | 0 | 0.06 | 0.37 | 172.5 | 0.33 | 0.47 |
| Hex | 51 | A1 | 97 | 32 | 0 | 6 | 25 | AC | 21 | 2F |
| Octal | 121 | 241 | 227 | 62 | 0 | 6 | 45 | 254 | 41 | 57 |
| Binary | 1010001 | 10100001 | 10010111 | 110010 | 0 | 110 | 100101 | 10101100 | 100001 | 101111 |
Color Harmonies of #51A197
Complementary color
Monochromatic Colors of #51A197
Black with #51A197
Text Example
Text Example
White with #51A197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A197; }
p { color: rgb(81,161,151); }
H1.HeaderClassName
{
color: #51A197;
}
.AnyTagClassName
{
color: #51A197;
}
</style>
background-color css
<style>
a { background-color: #51A197; }
a { background-color: rgb(81,161,151); }
div.DivClassName
{
background-color: #51A197;
}
.BgClassName
{
background-color: #51A197;
}
</style>
border-color css
<style>
span { border-color: #51A197; }
span { border-color: rgb(81,161,151); }
td.TdClassName
{
border-color: #51A197;
}
.TagClassName
{
border-color: #51A197;
}
</style>