Shades of Cadet Blue #55A096
Tints of Cadet Blue #55A096
RGB
CMYK
RGB Variations
Color information
#55A096 (or 0x55A096) is known color: Cadet Blue. HEX triplet: 55, A0 and 96. RGB value is (85,160,150). Sum of RGB (Red+Green+Blue) = 85+160+150=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 160 - color contains mainly: green. Hex color #55A096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A096 is #AA5F69. Grayscale: #888888. Windows color (decimal): -11165546 or 9871445. OLE color: 9871445.
HSL color Cylindrical-coordinate representation of color #55A096: hue angle of 172º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55A096 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 160 | 150 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.37 |
| HSL | 172º | 0.31% | 0.48% | - |
| HSV(B) | 172º | 0.47% | 0.63% | - |
| XYZ | 21.82 | 29.27 | 33.35 | - |
| YUV | 136.44 | 135.65 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 160 | 150 | 0.47 | 0 | 0.06 | 0.37 | 172 | 0.31 | 0.48 |
| Hex | 55 | A0 | 96 | 2F | 0 | 6 | 25 | AC | 1F | 30 |
| Octal | 125 | 240 | 226 | 57 | 0 | 6 | 45 | 254 | 37 | 60 |
| Binary | 1010101 | 10100000 | 10010110 | 101111 | 0 | 110 | 100101 | 10101100 | 11111 | 110000 |
Color Harmonies of #55A096
Complementary color
Monochromatic Colors of #55A096
Black with #55A096
Text Example
Text Example
White with #55A096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A096; }
p { color: rgb(85,160,150); }
H1.HeaderClassName
{
color: #55A096;
}
.AnyTagClassName
{
color: #55A096;
}
</style>
background-color css
<style>
a { background-color: #55A096; }
a { background-color: rgb(85,160,150); }
div.DivClassName
{
background-color: #55A096;
}
.BgClassName
{
background-color: #55A096;
}
</style>
border-color css
<style>
span { border-color: #55A096; }
span { border-color: rgb(85,160,150); }
td.TdClassName
{
border-color: #55A096;
}
.TagClassName
{
border-color: #55A096;
}
</style>