Shades of Cadet Blue #51A59D
Tints of Cadet Blue #51A59D
RGB
CMYK
RGB Variations
Color information
#51A59D (or 0x51A59D) is known color: Cadet Blue. HEX triplet: 51, A5 and 9D. RGB value is (81,165,157). Sum of RGB (Red+Green+Blue) = 81+165+157=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #51A59D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A59D is #AE5A62. Grayscale: #8A8A8A. Windows color (decimal): -11426403 or 10331473. OLE color: 10331473.
HSL color Cylindrical-coordinate representation of color #51A59D: hue angle of 174.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A59D is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 81 | 165 | 157 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.35 |
| HSL | 174.29º | 0.34% | 0.48% | - |
| HSV(B) | 174.29º | 0.51% | 0.65% | - |
| XYZ | 22.93 | 31.09 | 36.69 | - |
| YUV | 138.97 | 138.17 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 165 | 157 | 0.51 | 0 | 0.05 | 0.35 | 174.29 | 0.34 | 0.48 |
| Hex | 51 | A5 | 9D | 33 | 0 | 5 | 23 | AE | 22 | 30 |
| Octal | 121 | 245 | 235 | 63 | 0 | 5 | 43 | 256 | 42 | 60 |
| Binary | 1010001 | 10100101 | 10011101 | 110011 | 0 | 101 | 100011 | 10101110 | 100010 | 110000 |
Color Harmonies of #51A59D
Complementary color
Monochromatic Colors of #51A59D
Black with #51A59D
Text Example
Text Example
White with #51A59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A59D; }
p { color: rgb(81,165,157); }
H1.HeaderClassName
{
color: #51A59D;
}
.AnyTagClassName
{
color: #51A59D;
}
</style>
background-color css
<style>
a { background-color: #51A59D; }
a { background-color: rgb(81,165,157); }
div.DivClassName
{
background-color: #51A59D;
}
.BgClassName
{
background-color: #51A59D;
}
</style>
border-color css
<style>
span { border-color: #51A59D; }
span { border-color: rgb(81,165,157); }
td.TdClassName
{
border-color: #51A59D;
}
.TagClassName
{
border-color: #51A59D;
}
</style>