Shades of Cadet Blue #51A1AA
Tints of Cadet Blue #51A1AA
RGB
CMYK
RGB Variations
Color information
#51A1AA (or 0x51A1AA) is known color: Cadet Blue. HEX triplet: 51, A1 and AA. RGB value is (81,161,170). Sum of RGB (Red+Green+Blue) = 81+161+170=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #51A1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A1AA is #AE5E55. Grayscale: #898989. Windows color (decimal): -11427414 or 11182417. OLE color: 11182417.
HSL color Cylindrical-coordinate representation of color #51A1AA: hue angle of 186.07º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51A1AA is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 161 | 170 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.33 |
| HSL | 186.07º | 0.35% | 0.49% | - |
| HSV(B) | 186.07º | 0.52% | 0.67% | - |
| XYZ | 23.39 | 30.14 | 42.62 | - |
| YUV | 138.11 | 146 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 161 | 170 | 0.52 | 0.05 | 0 | 0.33 | 186.07 | 0.35 | 0.49 |
| Hex | 51 | A1 | AA | 34 | 5 | 0 | 21 | BA | 23 | 31 |
| Octal | 121 | 241 | 252 | 64 | 5 | 0 | 41 | 272 | 43 | 61 |
| Binary | 1010001 | 10100001 | 10101010 | 110100 | 101 | 0 | 100001 | 10111010 | 100011 | 110001 |
Color Harmonies of #51A1AA
Complementary color
Monochromatic Colors of #51A1AA
Black with #51A1AA
Text Example
Text Example
White with #51A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A1AA; }
p { color: rgb(81,161,170); }
H1.HeaderClassName
{
color: #51A1AA;
}
.AnyTagClassName
{
color: #51A1AA;
}
</style>
background-color css
<style>
a { background-color: #51A1AA; }
a { background-color: rgb(81,161,170); }
div.DivClassName
{
background-color: #51A1AA;
}
.BgClassName
{
background-color: #51A1AA;
}
</style>
border-color css
<style>
span { border-color: #51A1AA; }
span { border-color: rgb(81,161,170); }
td.TdClassName
{
border-color: #51A1AA;
}
.TagClassName
{
border-color: #51A1AA;
}
</style>