Shades of Cadet Blue #55A29A
Tints of Cadet Blue #55A29A
RGB
CMYK
RGB Variations
Color information
#55A29A (or 0x55A29A) is known color: Cadet Blue. HEX triplet: 55, A2 and 9A. RGB value is (85,162,154). Sum of RGB (Red+Green+Blue) = 85+162+154=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #55A29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A29A is #AA5D65. Grayscale: #8A8A8A. Windows color (decimal): -11165030 or 10134101. OLE color: 10134101.
HSL color Cylindrical-coordinate representation of color #55A29A: hue angle of 173.77º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A29A is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 162 | 154 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.36 |
| HSL | 173.77º | 0.31% | 0.48% | - |
| HSV(B) | 173.77º | 0.48% | 0.64% | - |
| XYZ | 22.5 | 30.11 | 35.2 | - |
| YUV | 138.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 154 | 0.48 | 0 | 0.05 | 0.36 | 173.77 | 0.31 | 0.48 |
| Hex | 55 | A2 | 9A | 30 | 0 | 5 | 24 | AE | 1F | 30 |
| Octal | 125 | 242 | 232 | 60 | 0 | 5 | 44 | 256 | 37 | 60 |
| Binary | 1010101 | 10100010 | 10011010 | 110000 | 0 | 101 | 100100 | 10101110 | 11111 | 110000 |
Color Harmonies of #55A29A
Complementary color
Monochromatic Colors of #55A29A
Black with #55A29A
Text Example
Text Example
White with #55A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A29A; }
p { color: rgb(85,162,154); }
H1.HeaderClassName
{
color: #55A29A;
}
.AnyTagClassName
{
color: #55A29A;
}
</style>
background-color css
<style>
a { background-color: #55A29A; }
a { background-color: rgb(85,162,154); }
div.DivClassName
{
background-color: #55A29A;
}
.BgClassName
{
background-color: #55A29A;
}
</style>
border-color css
<style>
span { border-color: #55A29A; }
span { border-color: rgb(85,162,154); }
td.TdClassName
{
border-color: #55A29A;
}
.TagClassName
{
border-color: #55A29A;
}
</style>