Shades of Cadet Blue #51A09B
Tints of Cadet Blue #51A09B
RGB
CMYK
RGB Variations
Color information
#51A09B (or 0x51A09B) is known color: Cadet Blue. HEX triplet: 51, A0 and 9B. RGB value is (81,160,155). Sum of RGB (Red+Green+Blue) = 81+160+155=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 160 - color contains mainly: green. Hex color #51A09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A09B is #AE5F64. Grayscale: #878787. Windows color (decimal): -11427685 or 10199121. OLE color: 10199121.
HSL color Cylindrical-coordinate representation of color #51A09B: hue angle of 176.2º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51A09B is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 160 | 155 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.37 |
| HSL | 176.2º | 0.33% | 0.47% | - |
| HSV(B) | 176.2º | 0.49% | 0.63% | - |
| XYZ | 21.88 | 29.26 | 35.5 | - |
| YUV | 135.81 | 138.83 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 160 | 155 | 0.49 | 0 | 0.03 | 0.37 | 176.2 | 0.33 | 0.47 |
| Hex | 51 | A0 | 9B | 31 | 0 | 3 | 25 | B0 | 21 | 2F |
| Octal | 121 | 240 | 233 | 61 | 0 | 3 | 45 | 260 | 41 | 57 |
| Binary | 1010001 | 10100000 | 10011011 | 110001 | 0 | 11 | 100101 | 10110000 | 100001 | 101111 |
Color Harmonies of #51A09B
Complementary color
Monochromatic Colors of #51A09B
Black with #51A09B
Text Example
Text Example
White with #51A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A09B; }
p { color: rgb(81,160,155); }
H1.HeaderClassName
{
color: #51A09B;
}
.AnyTagClassName
{
color: #51A09B;
}
</style>
background-color css
<style>
a { background-color: #51A09B; }
a { background-color: rgb(81,160,155); }
div.DivClassName
{
background-color: #51A09B;
}
.BgClassName
{
background-color: #51A09B;
}
</style>
border-color css
<style>
span { border-color: #51A09B; }
span { border-color: rgb(81,160,155); }
td.TdClassName
{
border-color: #51A09B;
}
.TagClassName
{
border-color: #51A09B;
}
</style>