Shades of Cadet Blue #51A19B
Tints of Cadet Blue #51A19B
RGB
CMYK
RGB Variations
Color information
#51A19B (or 0x51A19B) is known color: Cadet Blue. HEX triplet: 51, A1 and 9B. RGB value is (81,161,155). Sum of RGB (Red+Green+Blue) = 81+161+155=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #51A19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A19B is #AE5E64. Grayscale: #888888. Windows color (decimal): -11427429 or 10199377. OLE color: 10199377.
HSL color Cylindrical-coordinate representation of color #51A19B: hue angle of 175.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 #51A19B is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 161 | 155 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.37 |
| HSL | 175.5º | 0.33% | 0.47% | - |
| HSV(B) | 175.5º | 0.5% | 0.63% | - |
| XYZ | 22.05 | 29.61 | 35.56 | - |
| YUV | 136.4 | 138.5 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 161 | 155 | 0.50 | 0 | 0.04 | 0.37 | 175.5 | 0.33 | 0.47 |
| Hex | 51 | A1 | 9B | 32 | 0 | 4 | 25 | B0 | 21 | 2F |
| Octal | 121 | 241 | 233 | 62 | 0 | 4 | 45 | 260 | 41 | 57 |
| Binary | 1010001 | 10100001 | 10011011 | 110010 | 0 | 100 | 100101 | 10110000 | 100001 | 101111 |
Color Harmonies of #51A19B
Complementary color
Monochromatic Colors of #51A19B
Black with #51A19B
Text Example
Text Example
White with #51A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A19B; }
p { color: rgb(81,161,155); }
H1.HeaderClassName
{
color: #51A19B;
}
.AnyTagClassName
{
color: #51A19B;
}
</style>
background-color css
<style>
a { background-color: #51A19B; }
a { background-color: rgb(81,161,155); }
div.DivClassName
{
background-color: #51A19B;
}
.BgClassName
{
background-color: #51A19B;
}
</style>
border-color css
<style>
span { border-color: #51A19B; }
span { border-color: rgb(81,161,155); }
td.TdClassName
{
border-color: #51A19B;
}
.TagClassName
{
border-color: #51A19B;
}
</style>