Shades of Cadet Blue #50AAAB
Tints of Cadet Blue #50AAAB
RGB
CMYK
RGB Variations
Color information
#50AAAB (or 0x50AAAB) is known color: Cadet Blue. HEX triplet: 50, AA and AB. RGB value is (80,170,171). Sum of RGB (Red+Green+Blue) = 80+170+171=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #50AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AAAB is #AF5554. Grayscale: #8F8F8F. Windows color (decimal): -11490645 or 11250256. OLE color: 11250256.
HSL color Cylindrical-coordinate representation of color #50AAAB: hue angle of 180.66º 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 #50AAAB is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 170 | 171 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.33 |
| HSL | 180.66º | 0.36% | 0.49% | - |
| HSV(B) | 180.66º | 0.53% | 0.67% | - |
| XYZ | 25.03 | 33.4 | 43.65 | - |
| YUV | 143.2 | 143.68 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 171 | 0.53 | 0.01 | 0 | 0.33 | 180.66 | 0.36 | 0.49 |
| Hex | 50 | AA | AB | 35 | 1 | 0 | 21 | B5 | 24 | 31 |
| Octal | 120 | 252 | 253 | 65 | 1 | 0 | 41 | 265 | 44 | 61 |
| Binary | 1010000 | 10101010 | 10101011 | 110101 | 1 | 0 | 100001 | 10110101 | 100100 | 110001 |
Color Harmonies of #50AAAB
Complementary color
Monochromatic Colors of #50AAAB
Black with #50AAAB
Text Example
Text Example
White with #50AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AAAB; }
p { color: rgb(80,170,171); }
H1.HeaderClassName
{
color: #50AAAB;
}
.AnyTagClassName
{
color: #50AAAB;
}
</style>
background-color css
<style>
a { background-color: #50AAAB; }
a { background-color: rgb(80,170,171); }
div.DivClassName
{
background-color: #50AAAB;
}
.BgClassName
{
background-color: #50AAAB;
}
</style>
border-color css
<style>
span { border-color: #50AAAB; }
span { border-color: rgb(80,170,171); }
td.TdClassName
{
border-color: #50AAAB;
}
.TagClassName
{
border-color: #50AAAB;
}
</style>