Shades of Cadet Blue #50A096
Tints of Cadet Blue #50A096
RGB
CMYK
RGB Variations
Color information
#50A096 (or 0x50A096) is known color: Cadet Blue. HEX triplet: 50, A0 and 96. RGB value is (80,160,150). Sum of RGB (Red+Green+Blue) = 80+160+150=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 160 - color contains mainly: green. Hex color #50A096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A096 is #AF5F69. Grayscale: #868686. Windows color (decimal): -11493226 or 9871440. OLE color: 9871440.
HSL color Cylindrical-coordinate representation of color #50A096: hue angle of 172.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 #50A096 is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 160 | 150 | - |
| CMYK | 0.5 | 0 | 0.06 | 0.37 |
| HSL | 172.5º | 0.33% | 0.47% | - |
| HSV(B) | 172.5º | 0.5% | 0.63% | - |
| XYZ | 21.38 | 29.05 | 33.33 | - |
| YUV | 134.94 | 136.5 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 150 | 0.5 | 0 | 0.06 | 0.37 | 172.5 | 0.33 | 0.47 |
| Hex | 50 | A0 | 96 | 32 | 0 | 6 | 25 | AC | 21 | 2F |
| Octal | 120 | 240 | 226 | 62 | 0 | 6 | 45 | 254 | 41 | 57 |
| Binary | 1010000 | 10100000 | 10010110 | 110010 | 0 | 110 | 100101 | 10101100 | 100001 | 101111 |
Color Harmonies of #50A096
Complementary color
Monochromatic Colors of #50A096
Black with #50A096
Text Example
Text Example
White with #50A096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A096; }
p { color: rgb(80,160,150); }
H1.HeaderClassName
{
color: #50A096;
}
.AnyTagClassName
{
color: #50A096;
}
</style>
background-color css
<style>
a { background-color: #50A096; }
a { background-color: rgb(80,160,150); }
div.DivClassName
{
background-color: #50A096;
}
.BgClassName
{
background-color: #50A096;
}
</style>
border-color css
<style>
span { border-color: #50A096; }
span { border-color: rgb(80,160,150); }
td.TdClassName
{
border-color: #50A096;
}
.TagClassName
{
border-color: #50A096;
}
</style>