Shades of Cadet Blue #50A2AF
Tints of Cadet Blue #50A2AF
RGB
CMYK
RGB Variations
Color information
#50A2AF (or 0x50A2AF) is known color: Cadet Blue. HEX triplet: 50, A2 and AF. RGB value is (80,162,175). Sum of RGB (Red+Green+Blue) = 80+162+175=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #50A2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A2AF is #AF5D50. Grayscale: #8A8A8A. Windows color (decimal): -11492689 or 11510352. OLE color: 11510352.
HSL color Cylindrical-coordinate representation of color #50A2AF: hue angle of 188.21º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50A2AF is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 162 | 175 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.31 |
| HSL | 188.21º | 0.37% | 0.5% | - |
| HSV(B) | 188.21º | 0.54% | 0.69% | - |
| XYZ | 23.97 | 30.64 | 45.21 | - |
| YUV | 138.96 | 148.33 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 175 | 0.54 | 0.07 | 0 | 0.31 | 188.21 | 0.37 | 0.5 |
| Hex | 50 | A2 | AF | 36 | 7 | 0 | 1F | BC | 25 | 32 |
| Octal | 120 | 242 | 257 | 66 | 7 | 0 | 37 | 274 | 45 | 62 |
| Binary | 1010000 | 10100010 | 10101111 | 110110 | 111 | 0 | 11111 | 10111100 | 100101 | 110010 |
Color Harmonies of #50A2AF
Complementary color
Monochromatic Colors of #50A2AF
Black with #50A2AF
Text Example
Text Example
White with #50A2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A2AF; }
p { color: rgb(80,162,175); }
H1.HeaderClassName
{
color: #50A2AF;
}
.AnyTagClassName
{
color: #50A2AF;
}
</style>
background-color css
<style>
a { background-color: #50A2AF; }
a { background-color: rgb(80,162,175); }
div.DivClassName
{
background-color: #50A2AF;
}
.BgClassName
{
background-color: #50A2AF;
}
</style>
border-color css
<style>
span { border-color: #50A2AF; }
span { border-color: rgb(80,162,175); }
td.TdClassName
{
border-color: #50A2AF;
}
.TagClassName
{
border-color: #50A2AF;
}
</style>