Shades of Cadet Blue #50A0AC
Tints of Cadet Blue #50A0AC
RGB
CMYK
RGB Variations
Color information
#50A0AC (or 0x50A0AC) is known color: Cadet Blue. HEX triplet: 50, A0 and AC. RGB value is (80,160,172). Sum of RGB (Red+Green+Blue) = 80+160+172=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #50A0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A0AC is #AF5F53. Grayscale: #898989. Windows color (decimal): -11493204 or 11313232. OLE color: 11313232.
HSL color Cylindrical-coordinate representation of color #50A0AC: hue angle of 187.83º degrees, saturation: 0.37, 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 #50A0AC is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 160 | 172 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.33 |
| HSL | 187.83º | 0.37% | 0.49% | - |
| HSV(B) | 187.83º | 0.53% | 0.67% | - |
| XYZ | 23.33 | 29.83 | 43.56 | - |
| YUV | 137.45 | 147.5 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 172 | 0.53 | 0.07 | 0 | 0.33 | 187.83 | 0.37 | 0.49 |
| Hex | 50 | A0 | AC | 35 | 7 | 0 | 21 | BC | 25 | 31 |
| Octal | 120 | 240 | 254 | 65 | 7 | 0 | 41 | 274 | 45 | 61 |
| Binary | 1010000 | 10100000 | 10101100 | 110101 | 111 | 0 | 100001 | 10111100 | 100101 | 110001 |
Color Harmonies of #50A0AC
Complementary color
Monochromatic Colors of #50A0AC
Black with #50A0AC
Text Example
Text Example
White with #50A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A0AC; }
p { color: rgb(80,160,172); }
H1.HeaderClassName
{
color: #50A0AC;
}
.AnyTagClassName
{
color: #50A0AC;
}
</style>
background-color css
<style>
a { background-color: #50A0AC; }
a { background-color: rgb(80,160,172); }
div.DivClassName
{
background-color: #50A0AC;
}
.BgClassName
{
background-color: #50A0AC;
}
</style>
border-color css
<style>
span { border-color: #50A0AC; }
span { border-color: rgb(80,160,172); }
td.TdClassName
{
border-color: #50A0AC;
}
.TagClassName
{
border-color: #50A0AC;
}
</style>