Shades of Cadet Blue #50A4AE
Tints of Cadet Blue #50A4AE
RGB
CMYK
RGB Variations
Color information
#50A4AE (or 0x50A4AE) is known color: Cadet Blue. HEX triplet: 50, A4 and AE. RGB value is (80,164,174). Sum of RGB (Red+Green+Blue) = 80+164+174=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #50A4AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A4AE is #AF5B51. Grayscale: #8B8B8B. Windows color (decimal): -11492178 or 11445328. OLE color: 11445328.
HSL color Cylindrical-coordinate representation of color #50A4AE: hue angle of 186.38º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50A4AE is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 164 | 174 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.32 |
| HSL | 186.38º | 0.37% | 0.5% | - |
| HSV(B) | 186.38º | 0.54% | 0.68% | - |
| XYZ | 24.22 | 31.31 | 44.81 | - |
| YUV | 140.02 | 147.17 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 164 | 174 | 0.54 | 0.06 | 0 | 0.32 | 186.38 | 0.37 | 0.5 |
| Hex | 50 | A4 | AE | 36 | 6 | 0 | 20 | BA | 25 | 32 |
| Octal | 120 | 244 | 256 | 66 | 6 | 0 | 40 | 272 | 45 | 62 |
| Binary | 1010000 | 10100100 | 10101110 | 110110 | 110 | 0 | 100000 | 10111010 | 100101 | 110010 |
Color Harmonies of #50A4AE
Complementary color
Monochromatic Colors of #50A4AE
Black with #50A4AE
Text Example
Text Example
White with #50A4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A4AE; }
p { color: rgb(80,164,174); }
H1.HeaderClassName
{
color: #50A4AE;
}
.AnyTagClassName
{
color: #50A4AE;
}
</style>
background-color css
<style>
a { background-color: #50A4AE; }
a { background-color: rgb(80,164,174); }
div.DivClassName
{
background-color: #50A4AE;
}
.BgClassName
{
background-color: #50A4AE;
}
</style>
border-color css
<style>
span { border-color: #50A4AE; }
span { border-color: rgb(80,164,174); }
td.TdClassName
{
border-color: #50A4AE;
}
.TagClassName
{
border-color: #50A4AE;
}
</style>