Shades of Cadet Blue #50A7AC
Tints of Cadet Blue #50A7AC
RGB
CMYK
RGB Variations
Color information
#50A7AC (or 0x50A7AC) is known color: Cadet Blue. HEX triplet: 50, A7 and AC. RGB value is (80,167,172). Sum of RGB (Red+Green+Blue) = 80+167+172=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #50A7AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A7AC is #AF5853. Grayscale: #8D8D8D. Windows color (decimal): -11491412 or 11315024. OLE color: 11315024.
HSL color Cylindrical-coordinate representation of color #50A7AC: hue angle of 183.26º 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 #50A7AC is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 167 | 172 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.33 |
| HSL | 183.26º | 0.37% | 0.49% | - |
| HSV(B) | 183.26º | 0.53% | 0.67% | - |
| XYZ | 24.57 | 32.32 | 43.97 | - |
| YUV | 141.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 167 | 172 | 0.53 | 0.03 | 0 | 0.33 | 183.26 | 0.37 | 0.49 |
| Hex | 50 | A7 | AC | 35 | 3 | 0 | 21 | B7 | 25 | 31 |
| Octal | 120 | 247 | 254 | 65 | 3 | 0 | 41 | 267 | 45 | 61 |
| Binary | 1010000 | 10100111 | 10101100 | 110101 | 11 | 0 | 100001 | 10110111 | 100101 | 110001 |
Color Harmonies of #50A7AC
Complementary color
Monochromatic Colors of #50A7AC
Black with #50A7AC
Text Example
Text Example
White with #50A7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A7AC; }
p { color: rgb(80,167,172); }
H1.HeaderClassName
{
color: #50A7AC;
}
.AnyTagClassName
{
color: #50A7AC;
}
</style>
background-color css
<style>
a { background-color: #50A7AC; }
a { background-color: rgb(80,167,172); }
div.DivClassName
{
background-color: #50A7AC;
}
.BgClassName
{
background-color: #50A7AC;
}
</style>
border-color css
<style>
span { border-color: #50A7AC; }
span { border-color: rgb(80,167,172); }
td.TdClassName
{
border-color: #50A7AC;
}
.TagClassName
{
border-color: #50A7AC;
}
</style>