Shades of Cadet Blue #50ABA5
Tints of Cadet Blue #50ABA5
RGB
CMYK
RGB Variations
Color information
#50ABA5 (or 0x50ABA5) is known color: Cadet Blue. HEX triplet: 50, AB and A5. RGB value is (80,171,165). Sum of RGB (Red+Green+Blue) = 80+171+165=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #50ABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ABA5 is #AF545A. Grayscale: #8F8F8F. Windows color (decimal): -11490395 or 10857296. OLE color: 10857296.
HSL color Cylindrical-coordinate representation of color #50ABA5: hue angle of 176.04º 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 #50ABA5 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 171 | 165 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.33 |
| HSL | 176.04º | 0.36% | 0.49% | - |
| HSV(B) | 176.04º | 0.53% | 0.67% | - |
| XYZ | 24.66 | 33.55 | 40.77 | - |
| YUV | 143.11 | 140.35 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 165 | 0.53 | 0 | 0.04 | 0.33 | 176.04 | 0.36 | 0.49 |
| Hex | 50 | AB | A5 | 35 | 0 | 4 | 21 | B0 | 24 | 31 |
| Octal | 120 | 253 | 245 | 65 | 0 | 4 | 41 | 260 | 44 | 61 |
| Binary | 1010000 | 10101011 | 10100101 | 110101 | 0 | 100 | 100001 | 10110000 | 100100 | 110001 |
Color Harmonies of #50ABA5
Complementary color
Monochromatic Colors of #50ABA5
Black with #50ABA5
Text Example
Text Example
White with #50ABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ABA5; }
p { color: rgb(80,171,165); }
H1.HeaderClassName
{
color: #50ABA5;
}
.AnyTagClassName
{
color: #50ABA5;
}
</style>
background-color css
<style>
a { background-color: #50ABA5; }
a { background-color: rgb(80,171,165); }
div.DivClassName
{
background-color: #50ABA5;
}
.BgClassName
{
background-color: #50ABA5;
}
</style>
border-color css
<style>
span { border-color: #50ABA5; }
span { border-color: rgb(80,171,165); }
td.TdClassName
{
border-color: #50ABA5;
}
.TagClassName
{
border-color: #50ABA5;
}
</style>