Shades of Aquamarine #85FFC1
Tints of Aquamarine #85FFC1
RGB
CMYK
RGB Variations
Color information
#85FFC1 (or 0x85FFC1) is known color: Aquamarine. HEX triplet: 85, FF and C1. RGB value is (133,255,193). Sum of RGB (Red+Green+Blue) = 133+255+193=581 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.89% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFC1 is #7A003E. Grayscale: #D3D3D3. Windows color (decimal): -7995455 or 12713861. OLE color: 12713861.
HSL color Cylindrical-coordinate representation of color #85FFC1: hue angle of 149.51º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FFC1 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 193 | - |
| CMYK | 0.48 | 0 | 0.24 | 0 |
| HSL | 149.51º | 1% | 0.76% | - |
| HSV(B) | 149.51º | 0.48% | 1% | - |
| XYZ | 55.06 | 80.36 | 63.06 | - |
| YUV | 211.45 | 117.58 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 193 | 0.48 | 0 | 0.24 | 0 | 149.51 | 1 | 0.76 |
| Hex | 85 | FF | C1 | 30 | 0 | 18 | 0 | 96 | 64 | 4C |
| Octal | 205 | 377 | 301 | 60 | 0 | 30 | 0 | 226 | 144 | 114 |
| Binary | 10000101 | 11111111 | 11000001 | 110000 | 0 | 11000 | 0 | 10010110 | 1100100 | 1001100 |
Color Harmonies of #85FFC1
Complementary color
Monochromatic Colors of #85FFC1
Black with #85FFC1
Text Example
Text Example
White with #85FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFC1; }
p { color: rgb(133,255,193); }
H1.HeaderClassName
{
color: #85FFC1;
}
.AnyTagClassName
{
color: #85FFC1;
}
</style>
background-color css
<style>
a { background-color: #85FFC1; }
a { background-color: rgb(133,255,193); }
div.DivClassName
{
background-color: #85FFC1;
}
.BgClassName
{
background-color: #85FFC1;
}
</style>
border-color css
<style>
span { border-color: #85FFC1; }
span { border-color: rgb(133,255,193); }
td.TdClassName
{
border-color: #85FFC1;
}
.TagClassName
{
border-color: #85FFC1;
}
</style>