Shades of Cadet Blue #50A9AA
Tints of Cadet Blue #50A9AA
RGB
CMYK
RGB Variations
Color information
#50A9AA (or 0x50A9AA) is known color: Cadet Blue. HEX triplet: 50, A9 and AA. RGB value is (80,169,170). Sum of RGB (Red+Green+Blue) = 80+169+170=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #50A9AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A9AA is #AF5655. Grayscale: #8E8E8E. Windows color (decimal): -11490902 or 11184464. OLE color: 11184464.
HSL color Cylindrical-coordinate representation of color #50A9AA: hue angle of 180.67º degrees, saturation: 0.36, 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 #50A9AA is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 169 | 170 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.33 |
| HSL | 180.67º | 0.36% | 0.49% | - |
| HSV(B) | 180.67º | 0.53% | 0.67% | - |
| XYZ | 24.75 | 32.98 | 43.09 | - |
| YUV | 142.5 | 143.51 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 170 | 0.53 | 0.01 | 0 | 0.33 | 180.67 | 0.36 | 0.49 |
| Hex | 50 | A9 | AA | 35 | 1 | 0 | 21 | B5 | 24 | 31 |
| Octal | 120 | 251 | 252 | 65 | 1 | 0 | 41 | 265 | 44 | 61 |
| Binary | 1010000 | 10101001 | 10101010 | 110101 | 1 | 0 | 100001 | 10110101 | 100100 | 110001 |
Color Harmonies of #50A9AA
Complementary color
Monochromatic Colors of #50A9AA
Black with #50A9AA
Text Example
Text Example
White with #50A9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A9AA; }
p { color: rgb(80,169,170); }
H1.HeaderClassName
{
color: #50A9AA;
}
.AnyTagClassName
{
color: #50A9AA;
}
</style>
background-color css
<style>
a { background-color: #50A9AA; }
a { background-color: rgb(80,169,170); }
div.DivClassName
{
background-color: #50A9AA;
}
.BgClassName
{
background-color: #50A9AA;
}
</style>
border-color css
<style>
span { border-color: #50A9AA; }
span { border-color: rgb(80,169,170); }
td.TdClassName
{
border-color: #50A9AA;
}
.TagClassName
{
border-color: #50A9AA;
}
</style>