Shades of Cadet Blue #50A8A1
Tints of Cadet Blue #50A8A1
RGB
CMYK
RGB Variations
Color information
#50A8A1 (or 0x50A8A1) is known color: Cadet Blue. HEX triplet: 50, A8 and A1. RGB value is (80,168,161). Sum of RGB (Red+Green+Blue) = 80+168+161=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 168 - color contains mainly: green. Hex color #50A8A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A8A1 is #AF575E. Grayscale: #8C8C8C. Windows color (decimal): -11491167 or 10594384. OLE color: 10594384.
HSL color Cylindrical-coordinate representation of color #50A8A1: hue angle of 175.23º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A8A1 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 168 | 161 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.34 |
| HSL | 175.23º | 0.35% | 0.49% | - |
| HSV(B) | 175.23º | 0.52% | 0.66% | - |
| XYZ | 23.74 | 32.28 | 38.7 | - |
| YUV | 140.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 161 | 0.52 | 0 | 0.04 | 0.34 | 175.23 | 0.35 | 0.49 |
| Hex | 50 | A8 | A1 | 34 | 0 | 4 | 22 | AF | 23 | 31 |
| Octal | 120 | 250 | 241 | 64 | 0 | 4 | 42 | 257 | 43 | 61 |
| Binary | 1010000 | 10101000 | 10100001 | 110100 | 0 | 100 | 100010 | 10101111 | 100011 | 110001 |
Color Harmonies of #50A8A1
Complementary color
Monochromatic Colors of #50A8A1
Black with #50A8A1
Text Example
Text Example
White with #50A8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A8A1; }
p { color: rgb(80,168,161); }
H1.HeaderClassName
{
color: #50A8A1;
}
.AnyTagClassName
{
color: #50A8A1;
}
</style>
background-color css
<style>
a { background-color: #50A8A1; }
a { background-color: rgb(80,168,161); }
div.DivClassName
{
background-color: #50A8A1;
}
.BgClassName
{
background-color: #50A8A1;
}
</style>
border-color css
<style>
span { border-color: #50A8A1; }
span { border-color: rgb(80,168,161); }
td.TdClassName
{
border-color: #50A8A1;
}
.TagClassName
{
border-color: #50A8A1;
}
</style>