Shades of Cadet Blue #51A79F
Tints of Cadet Blue #51A79F
RGB
CMYK
RGB Variations
Color information
#51A79F (or 0x51A79F) is known color: Cadet Blue. HEX triplet: 51, A7 and 9F. RGB value is (81,167,159). Sum of RGB (Red+Green+Blue) = 81+167+159=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 167 - color contains mainly: green. Hex color #51A79F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A79F is #AE5860. Grayscale: #8C8C8C. Windows color (decimal): -11425889 or 10463057. OLE color: 10463057.
HSL color Cylindrical-coordinate representation of color #51A79F: hue angle of 174.42º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A79F is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 81 | 167 | 159 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.35 |
| HSL | 174.42º | 0.35% | 0.49% | - |
| HSV(B) | 174.42º | 0.51% | 0.65% | - |
| XYZ | 23.47 | 31.89 | 37.72 | - |
| YUV | 140.37 | 138.51 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 167 | 159 | 0.51 | 0 | 0.05 | 0.35 | 174.42 | 0.35 | 0.49 |
| Hex | 51 | A7 | 9F | 33 | 0 | 5 | 23 | AE | 23 | 31 |
| Octal | 121 | 247 | 237 | 63 | 0 | 5 | 43 | 256 | 43 | 61 |
| Binary | 1010001 | 10100111 | 10011111 | 110011 | 0 | 101 | 100011 | 10101110 | 100011 | 110001 |
Color Harmonies of #51A79F
Complementary color
Monochromatic Colors of #51A79F
Black with #51A79F
Text Example
Text Example
White with #51A79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A79F; }
p { color: rgb(81,167,159); }
H1.HeaderClassName
{
color: #51A79F;
}
.AnyTagClassName
{
color: #51A79F;
}
</style>
background-color css
<style>
a { background-color: #51A79F; }
a { background-color: rgb(81,167,159); }
div.DivClassName
{
background-color: #51A79F;
}
.BgClassName
{
background-color: #51A79F;
}
</style>
border-color css
<style>
span { border-color: #51A79F; }
span { border-color: rgb(81,167,159); }
td.TdClassName
{
border-color: #51A79F;
}
.TagClassName
{
border-color: #51A79F;
}
</style>