Shades of Cadet Blue #50A19C
Tints of Cadet Blue #50A19C
RGB
CMYK
RGB Variations
Color information
#50A19C (or 0x50A19C) is known color: Cadet Blue. HEX triplet: 50, A1 and 9C. RGB value is (80,161,156). Sum of RGB (Red+Green+Blue) = 80+161+156=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #50A19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A19C is #AF5E63. Grayscale: #888888. Windows color (decimal): -11492964 or 10264912. OLE color: 10264912.
HSL color Cylindrical-coordinate representation of color #50A19C: hue angle of 176.3º 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 #50A19C is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 156 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.37 |
| HSL | 176.3º | 0.34% | 0.47% | - |
| HSV(B) | 176.3º | 0.5% | 0.63% | - |
| XYZ | 22.05 | 29.6 | 36 | - |
| YUV | 136.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 156 | 0.50 | 0 | 0.03 | 0.37 | 176.3 | 0.34 | 0.47 |
| Hex | 50 | A1 | 9C | 32 | 0 | 3 | 25 | B0 | 22 | 2F |
| Octal | 120 | 241 | 234 | 62 | 0 | 3 | 45 | 260 | 42 | 57 |
| Binary | 1010000 | 10100001 | 10011100 | 110010 | 0 | 11 | 100101 | 10110000 | 100010 | 101111 |
Color Harmonies of #50A19C
Complementary color
Monochromatic Colors of #50A19C
Black with #50A19C
Text Example
Text Example
White with #50A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A19C; }
p { color: rgb(80,161,156); }
H1.HeaderClassName
{
color: #50A19C;
}
.AnyTagClassName
{
color: #50A19C;
}
</style>
background-color css
<style>
a { background-color: #50A19C; }
a { background-color: rgb(80,161,156); }
div.DivClassName
{
background-color: #50A19C;
}
.BgClassName
{
background-color: #50A19C;
}
</style>
border-color css
<style>
span { border-color: #50A19C; }
span { border-color: rgb(80,161,156); }
td.TdClassName
{
border-color: #50A19C;
}
.TagClassName
{
border-color: #50A19C;
}
</style>