Shades of Cadet Blue #50A299
Tints of Cadet Blue #50A299
RGB
CMYK
RGB Variations
Color information
#50A299 (or 0x50A299) is known color: Cadet Blue. HEX triplet: 50, A2 and 99. RGB value is (80,162,153). Sum of RGB (Red+Green+Blue) = 80+162+153=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 162 - color contains mainly: green. Hex color #50A299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A299 is #AF5D66. Grayscale: #888888. Windows color (decimal): -11492711 or 10068560. OLE color: 10068560.
HSL color Cylindrical-coordinate representation of color #50A299: hue angle of 173.41º 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 #50A299 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 162 | 153 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.36 |
| HSL | 173.41º | 0.34% | 0.47% | - |
| HSV(B) | 173.41º | 0.51% | 0.64% | - |
| XYZ | 21.98 | 29.85 | 34.74 | - |
| YUV | 136.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 153 | 0.51 | 0 | 0.06 | 0.36 | 173.41 | 0.34 | 0.47 |
| Hex | 50 | A2 | 99 | 33 | 0 | 6 | 24 | AD | 22 | 2F |
| Octal | 120 | 242 | 231 | 63 | 0 | 6 | 44 | 255 | 42 | 57 |
| Binary | 1010000 | 10100010 | 10011001 | 110011 | 0 | 110 | 100100 | 10101101 | 100010 | 101111 |
Color Harmonies of #50A299
Complementary color
Monochromatic Colors of #50A299
Black with #50A299
Text Example
Text Example
White with #50A299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A299; }
p { color: rgb(80,162,153); }
H1.HeaderClassName
{
color: #50A299;
}
.AnyTagClassName
{
color: #50A299;
}
</style>
background-color css
<style>
a { background-color: #50A299; }
a { background-color: rgb(80,162,153); }
div.DivClassName
{
background-color: #50A299;
}
.BgClassName
{
background-color: #50A299;
}
</style>
border-color css
<style>
span { border-color: #50A299; }
span { border-color: rgb(80,162,153); }
td.TdClassName
{
border-color: #50A299;
}
.TagClassName
{
border-color: #50A299;
}
</style>