Shades of Cadet Blue #51A4A1
Tints of Cadet Blue #51A4A1
RGB
CMYK
RGB Variations
Color information
#51A4A1 (or 0x51A4A1) is known color: Cadet Blue. HEX triplet: 51, A4 and A1. RGB value is (81,164,161). Sum of RGB (Red+Green+Blue) = 81+164+161=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #51A4A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A4A1 is #AE5B5E. Grayscale: #8A8A8A. Windows color (decimal): -11426655 or 10593361. OLE color: 10593361.
HSL color Cylindrical-coordinate representation of color #51A4A1: hue angle of 177.83º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A4A1 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 164 | 161 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.36 |
| HSL | 177.83º | 0.34% | 0.48% | - |
| HSV(B) | 177.83º | 0.51% | 0.64% | - |
| XYZ | 23.1 | 30.87 | 38.46 | - |
| YUV | 138.84 | 140.5 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 164 | 161 | 0.51 | 0 | 0.02 | 0.36 | 177.83 | 0.34 | 0.48 |
| Hex | 51 | A4 | A1 | 33 | 0 | 2 | 24 | B2 | 22 | 30 |
| Octal | 121 | 244 | 241 | 63 | 0 | 2 | 44 | 262 | 42 | 60 |
| Binary | 1010001 | 10100100 | 10100001 | 110011 | 0 | 10 | 100100 | 10110010 | 100010 | 110000 |
Color Harmonies of #51A4A1
Complementary color
Monochromatic Colors of #51A4A1
Black with #51A4A1
Text Example
Text Example
White with #51A4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A4A1; }
p { color: rgb(81,164,161); }
H1.HeaderClassName
{
color: #51A4A1;
}
.AnyTagClassName
{
color: #51A4A1;
}
</style>
background-color css
<style>
a { background-color: #51A4A1; }
a { background-color: rgb(81,164,161); }
div.DivClassName
{
background-color: #51A4A1;
}
.BgClassName
{
background-color: #51A4A1;
}
</style>
border-color css
<style>
span { border-color: #51A4A1; }
span { border-color: rgb(81,164,161); }
td.TdClassName
{
border-color: #51A4A1;
}
.TagClassName
{
border-color: #51A4A1;
}
</style>