Shades of Medium Aquamarine #55CAB5
Tints of Medium Aquamarine #55CAB5
RGB
CMYK
RGB Variations
Color information
#55CAB5 (or 0x55CAB5) is known color: Medium Aquamarine. HEX triplet: 55, CA and B5. RGB value is (85,202,181). Sum of RGB (Red+Green+Blue) = 85+202+181=468 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.16% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #55CAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CAB5 is #AA354A. Grayscale: #A4A4A4. Windows color (decimal): -11154763 or 11913813. OLE color: 11913813.
HSL color Cylindrical-coordinate representation of color #55CAB5: hue angle of 169.23º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CAB5 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 181 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.21 |
| HSL | 169.23º | 0.52% | 0.56% | - |
| HSV(B) | 169.23º | 0.58% | 0.79% | - |
| XYZ | 33.21 | 47.51 | 51.14 | - |
| YUV | 164.62 | 137.24 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 181 | 0.58 | 0 | 0.10 | 0.21 | 169.23 | 0.52 | 0.56 |
| Hex | 55 | CA | B5 | 3A | 0 | A | 15 | A9 | 34 | 38 |
| Octal | 125 | 312 | 265 | 72 | 0 | 12 | 25 | 251 | 64 | 70 |
| Binary | 1010101 | 11001010 | 10110101 | 111010 | 0 | 1010 | 10101 | 10101001 | 110100 | 111000 |
Color Harmonies of #55CAB5
Complementary color
Monochromatic Colors of #55CAB5
Black with #55CAB5
Text Example
Text Example
White with #55CAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CAB5; }
p { color: rgb(85,202,181); }
H1.HeaderClassName
{
color: #55CAB5;
}
.AnyTagClassName
{
color: #55CAB5;
}
</style>
background-color css
<style>
a { background-color: #55CAB5; }
a { background-color: rgb(85,202,181); }
div.DivClassName
{
background-color: #55CAB5;
}
.BgClassName
{
background-color: #55CAB5;
}
</style>
border-color css
<style>
span { border-color: #55CAB5; }
span { border-color: rgb(85,202,181); }
td.TdClassName
{
border-color: #55CAB5;
}
.TagClassName
{
border-color: #55CAB5;
}
</style>