Shades of Aquamarine #55FFC1
Tints of Aquamarine #55FFC1
RGB
CMYK
RGB Variations
Color information
#55FFC1 (or 0x55FFC1) is known color: Aquamarine. HEX triplet: 55, FF and C1. RGB value is (85,255,193). Sum of RGB (Red+Green+Blue) = 85+255+193=533 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.95% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FFC1 is #AA003E. Grayscale: #C5C5C5. Windows color (decimal): -11141183 or 12713813. OLE color: 12713813.
HSL color Cylindrical-coordinate representation of color #55FFC1: hue angle of 158.12º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FFC1 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 193 | - |
| CMYK | 0.67 | 0 | 0.24 | 0 |
| HSL | 158.12º | 1% | 0.67% | - |
| HSV(B) | 158.12º | 0.67% | 1% | - |
| XYZ | 49.13 | 77.3 | 62.78 | - |
| YUV | 197.1 | 125.68 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 193 | 0.67 | 0 | 0.24 | 0 | 158.12 | 1 | 0.67 |
| Hex | 55 | FF | C1 | 43 | 0 | 18 | 0 | 9E | 64 | 43 |
| Octal | 125 | 377 | 301 | 103 | 0 | 30 | 0 | 236 | 144 | 103 |
| Binary | 1010101 | 11111111 | 11000001 | 1000011 | 0 | 11000 | 0 | 10011110 | 1100100 | 1000011 |
Color Harmonies of #55FFC1
Complementary color
Monochromatic Colors of #55FFC1
Black with #55FFC1
Text Example
Text Example
White with #55FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFC1; }
p { color: rgb(85,255,193); }
H1.HeaderClassName
{
color: #55FFC1;
}
.AnyTagClassName
{
color: #55FFC1;
}
</style>
background-color css
<style>
a { background-color: #55FFC1; }
a { background-color: rgb(85,255,193); }
div.DivClassName
{
background-color: #55FFC1;
}
.BgClassName
{
background-color: #55FFC1;
}
</style>
border-color css
<style>
span { border-color: #55FFC1; }
span { border-color: rgb(85,255,193); }
td.TdClassName
{
border-color: #55FFC1;
}
.TagClassName
{
border-color: #55FFC1;
}
</style>