Shades of Cadet Blue #50A19B
Tints of Cadet Blue #50A19B
RGB
CMYK
RGB Variations
Color information
#50A19B (or 0x50A19B) is known color: Cadet Blue. HEX triplet: 50, A1 and 9B. RGB value is (80,161,155). Sum of RGB (Red+Green+Blue) = 80+161+155=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #50A19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A19B is #AF5E64. Grayscale: #888888. Windows color (decimal): -11492965 or 10199376. OLE color: 10199376.
HSL color Cylindrical-coordinate representation of color #50A19B: hue angle of 175.56º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A19B is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 155 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.37 |
| HSL | 175.56º | 0.34% | 0.47% | - |
| HSV(B) | 175.56º | 0.5% | 0.63% | - |
| XYZ | 21.97 | 29.56 | 35.56 | - |
| YUV | 136.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 155 | 0.50 | 0 | 0.04 | 0.37 | 175.56 | 0.34 | 0.47 |
| Hex | 50 | A1 | 9B | 32 | 0 | 4 | 25 | B0 | 22 | 2F |
| Octal | 120 | 241 | 233 | 62 | 0 | 4 | 45 | 260 | 42 | 57 |
| Binary | 1010000 | 10100001 | 10011011 | 110010 | 0 | 100 | 100101 | 10110000 | 100010 | 101111 |
Color Harmonies of #50A19B
Complementary color
Monochromatic Colors of #50A19B
Black with #50A19B
Text Example
Text Example
White with #50A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A19B; }
p { color: rgb(80,161,155); }
H1.HeaderClassName
{
color: #50A19B;
}
.AnyTagClassName
{
color: #50A19B;
}
</style>
background-color css
<style>
a { background-color: #50A19B; }
a { background-color: rgb(80,161,155); }
div.DivClassName
{
background-color: #50A19B;
}
.BgClassName
{
background-color: #50A19B;
}
</style>
border-color css
<style>
span { border-color: #50A19B; }
span { border-color: rgb(80,161,155); }
td.TdClassName
{
border-color: #50A19B;
}
.TagClassName
{
border-color: #50A19B;
}
</style>