Shades of Cadet Blue #50A0AA
Tints of Cadet Blue #50A0AA
RGB
CMYK
RGB Variations
Color information
#50A0AA (or 0x50A0AA) is known color: Cadet Blue. HEX triplet: 50, A0 and AA. RGB value is (80,160,170). Sum of RGB (Red+Green+Blue) = 80+160+170=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #50A0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A0AA is #AF5F55. Grayscale: #898989. Windows color (decimal): -11493206 or 11182160. OLE color: 11182160.
HSL color Cylindrical-coordinate representation of color #50A0AA: hue angle of 186.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A0AA is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 160 | 170 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.33 |
| HSL | 186.67º | 0.36% | 0.49% | - |
| HSV(B) | 186.67º | 0.53% | 0.67% | - |
| XYZ | 23.13 | 29.75 | 42.55 | - |
| YUV | 137.22 | 146.5 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 170 | 0.53 | 0.06 | 0 | 0.33 | 186.67 | 0.36 | 0.49 |
| Hex | 50 | A0 | AA | 35 | 6 | 0 | 21 | BB | 24 | 31 |
| Octal | 120 | 240 | 252 | 65 | 6 | 0 | 41 | 273 | 44 | 61 |
| Binary | 1010000 | 10100000 | 10101010 | 110101 | 110 | 0 | 100001 | 10111011 | 100100 | 110001 |
Color Harmonies of #50A0AA
Complementary color
Monochromatic Colors of #50A0AA
Black with #50A0AA
Text Example
Text Example
White with #50A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A0AA; }
p { color: rgb(80,160,170); }
H1.HeaderClassName
{
color: #50A0AA;
}
.AnyTagClassName
{
color: #50A0AA;
}
</style>
background-color css
<style>
a { background-color: #50A0AA; }
a { background-color: rgb(80,160,170); }
div.DivClassName
{
background-color: #50A0AA;
}
.BgClassName
{
background-color: #50A0AA;
}
</style>
border-color css
<style>
span { border-color: #50A0AA; }
span { border-color: rgb(80,160,170); }
td.TdClassName
{
border-color: #50A0AA;
}
.TagClassName
{
border-color: #50A0AA;
}
</style>