Shades of Cadet Blue #50A296
Tints of Cadet Blue #50A296
RGB
CMYK
RGB Variations
Color information
#50A296 (or 0x50A296) is known color: Cadet Blue. HEX triplet: 50, A2 and 96. RGB value is (80,162,150). Sum of RGB (Red+Green+Blue) = 80+162+150=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #50A296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A296 is #AF5D69. Grayscale: #888888. Windows color (decimal): -11492714 or 9871952. OLE color: 9871952.
HSL color Cylindrical-coordinate representation of color #50A296: hue angle of 171.22º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A296 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 162 | 150 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.36 |
| HSL | 171.22º | 0.34% | 0.47% | - |
| HSV(B) | 171.22º | 0.51% | 0.64% | - |
| XYZ | 21.73 | 29.75 | 33.45 | - |
| YUV | 136.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 150 | 0.51 | 0 | 0.07 | 0.36 | 171.22 | 0.34 | 0.47 |
| Hex | 50 | A2 | 96 | 33 | 0 | 7 | 24 | AB | 22 | 2F |
| Octal | 120 | 242 | 226 | 63 | 0 | 7 | 44 | 253 | 42 | 57 |
| Binary | 1010000 | 10100010 | 10010110 | 110011 | 0 | 111 | 100100 | 10101011 | 100010 | 101111 |
Color Harmonies of #50A296
Complementary color
Monochromatic Colors of #50A296
Black with #50A296
Text Example
Text Example
White with #50A296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A296; }
p { color: rgb(80,162,150); }
H1.HeaderClassName
{
color: #50A296;
}
.AnyTagClassName
{
color: #50A296;
}
</style>
background-color css
<style>
a { background-color: #50A296; }
a { background-color: rgb(80,162,150); }
div.DivClassName
{
background-color: #50A296;
}
.BgClassName
{
background-color: #50A296;
}
</style>
border-color css
<style>
span { border-color: #50A296; }
span { border-color: rgb(80,162,150); }
td.TdClassName
{
border-color: #50A296;
}
.TagClassName
{
border-color: #50A296;
}
</style>