Shades of Cadet Blue #50AAA3
Tints of Cadet Blue #50AAA3
RGB
CMYK
RGB Variations
Color information
#50AAA3 (or 0x50AAA3) is known color: Cadet Blue. HEX triplet: 50, AA and A3. RGB value is (80,170,163). Sum of RGB (Red+Green+Blue) = 80+170+163=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #50AAA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AAA3 is #AF555C. Grayscale: #8E8E8E. Windows color (decimal): -11490653 or 10725968. OLE color: 10725968.
HSL color Cylindrical-coordinate representation of color #50AAA3: hue angle of 175.33º 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 #50AAA3 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 170 | 163 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.33 |
| HSL | 175.33º | 0.36% | 0.49% | - |
| HSV(B) | 175.33º | 0.53% | 0.67% | - |
| XYZ | 24.29 | 33.1 | 39.76 | - |
| YUV | 142.29 | 139.68 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 163 | 0.53 | 0 | 0.04 | 0.33 | 175.33 | 0.36 | 0.49 |
| Hex | 50 | AA | A3 | 35 | 0 | 4 | 21 | AF | 24 | 31 |
| Octal | 120 | 252 | 243 | 65 | 0 | 4 | 41 | 257 | 44 | 61 |
| Binary | 1010000 | 10101010 | 10100011 | 110101 | 0 | 100 | 100001 | 10101111 | 100100 | 110001 |
Color Harmonies of #50AAA3
Complementary color
Monochromatic Colors of #50AAA3
Black with #50AAA3
Text Example
Text Example
White with #50AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AAA3; }
p { color: rgb(80,170,163); }
H1.HeaderClassName
{
color: #50AAA3;
}
.AnyTagClassName
{
color: #50AAA3;
}
</style>
background-color css
<style>
a { background-color: #50AAA3; }
a { background-color: rgb(80,170,163); }
div.DivClassName
{
background-color: #50AAA3;
}
.BgClassName
{
background-color: #50AAA3;
}
</style>
border-color css
<style>
span { border-color: #50AAA3; }
span { border-color: rgb(80,170,163); }
td.TdClassName
{
border-color: #50AAA3;
}
.TagClassName
{
border-color: #50AAA3;
}
</style>