Shades of Cadet Blue #55ABA3
Tints of Cadet Blue #55ABA3
RGB
CMYK
RGB Variations
Color information
#55ABA3 (or 0x55ABA3) is known color: Cadet Blue. HEX triplet: 55, AB and A3. RGB value is (85,171,163). Sum of RGB (Red+Green+Blue) = 85+171+163=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #55ABA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55ABA3 is #AA545C. Grayscale: #909090. Windows color (decimal): -11162717 or 10726229. OLE color: 10726229.
HSL color Cylindrical-coordinate representation of color #55ABA3: hue angle of 174.42º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55ABA3 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 171 | 163 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.33 |
| HSL | 174.42º | 0.34% | 0.5% | - |
| HSV(B) | 174.42º | 0.5% | 0.67% | - |
| XYZ | 24.92 | 33.7 | 39.84 | - |
| YUV | 144.37 | 138.51 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 163 | 0.50 | 0 | 0.05 | 0.33 | 174.42 | 0.34 | 0.5 |
| Hex | 55 | AB | A3 | 32 | 0 | 5 | 21 | AE | 22 | 32 |
| Octal | 125 | 253 | 243 | 62 | 0 | 5 | 41 | 256 | 42 | 62 |
| Binary | 1010101 | 10101011 | 10100011 | 110010 | 0 | 101 | 100001 | 10101110 | 100010 | 110010 |
Color Harmonies of #55ABA3
Complementary color
Monochromatic Colors of #55ABA3
Black with #55ABA3
Text Example
Text Example
White with #55ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ABA3; }
p { color: rgb(85,171,163); }
H1.HeaderClassName
{
color: #55ABA3;
}
.AnyTagClassName
{
color: #55ABA3;
}
</style>
background-color css
<style>
a { background-color: #55ABA3; }
a { background-color: rgb(85,171,163); }
div.DivClassName
{
background-color: #55ABA3;
}
.BgClassName
{
background-color: #55ABA3;
}
</style>
border-color css
<style>
span { border-color: #55ABA3; }
span { border-color: rgb(85,171,163); }
td.TdClassName
{
border-color: #55ABA3;
}
.TagClassName
{
border-color: #55ABA3;
}
</style>