Shades of Cadet Blue #50A8AC
Tints of Cadet Blue #50A8AC
RGB
CMYK
RGB Variations
Color information
#50A8AC (or 0x50A8AC) is known color: Cadet Blue. HEX triplet: 50, A8 and AC. RGB value is (80,168,172). Sum of RGB (Red+Green+Blue) = 80+168+172=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #50A8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A8AC is #AF5753. Grayscale: #8E8E8E. Windows color (decimal): -11491156 or 11315280. OLE color: 11315280.
HSL color Cylindrical-coordinate representation of color #50A8AC: hue angle of 182.61º 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 #50A8AC is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 168 | 172 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.33 |
| HSL | 182.61º | 0.37% | 0.49% | - |
| HSV(B) | 182.61º | 0.53% | 0.67% | - |
| XYZ | 24.76 | 32.69 | 44.03 | - |
| YUV | 142.14 | 144.85 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 172 | 0.53 | 0.02 | 0 | 0.33 | 182.61 | 0.37 | 0.49 |
| Hex | 50 | A8 | AC | 35 | 2 | 0 | 21 | B7 | 25 | 31 |
| Octal | 120 | 250 | 254 | 65 | 2 | 0 | 41 | 267 | 45 | 61 |
| Binary | 1010000 | 10101000 | 10101100 | 110101 | 10 | 0 | 100001 | 10110111 | 100101 | 110001 |
Color Harmonies of #50A8AC
Complementary color
Monochromatic Colors of #50A8AC
Black with #50A8AC
Text Example
Text Example
White with #50A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A8AC; }
p { color: rgb(80,168,172); }
H1.HeaderClassName
{
color: #50A8AC;
}
.AnyTagClassName
{
color: #50A8AC;
}
</style>
background-color css
<style>
a { background-color: #50A8AC; }
a { background-color: rgb(80,168,172); }
div.DivClassName
{
background-color: #50A8AC;
}
.BgClassName
{
background-color: #50A8AC;
}
</style>
border-color css
<style>
span { border-color: #50A8AC; }
span { border-color: rgb(80,168,172); }
td.TdClassName
{
border-color: #50A8AC;
}
.TagClassName
{
border-color: #50A8AC;
}
</style>