Shades of Aquamarine #85FFC6
Tints of Aquamarine #85FFC6
RGB
CMYK
RGB Variations
Color information
#85FFC6 (or 0x85FFC6) is known color: Aquamarine. HEX triplet: 85, FF and C6. RGB value is (133,255,198). Sum of RGB (Red+Green+Blue) = 133+255+198=586 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.70% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFC6 is #7A0039. Grayscale: #D4D4D4. Windows color (decimal): -7995450 or 13041541. OLE color: 13041541.
HSL color Cylindrical-coordinate representation of color #85FFC6: hue angle of 151.97º 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 #85FFC6 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 198 | - |
| CMYK | 0.48 | 0 | 0.22 | 0 |
| HSL | 151.97º | 1% | 0.76% | - |
| HSV(B) | 151.97º | 0.48% | 1% | - |
| XYZ | 55.63 | 80.58 | 66.05 | - |
| YUV | 212.02 | 120.08 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 198 | 0.48 | 0 | 0.22 | 0 | 151.97 | 1 | 0.76 |
| Hex | 85 | FF | C6 | 30 | 0 | 16 | 0 | 98 | 64 | 4C |
| Octal | 205 | 377 | 306 | 60 | 0 | 26 | 0 | 230 | 144 | 114 |
| Binary | 10000101 | 11111111 | 11000110 | 110000 | 0 | 10110 | 0 | 10011000 | 1100100 | 1001100 |
Color Harmonies of #85FFC6
Complementary color
Monochromatic Colors of #85FFC6
Black with #85FFC6
Text Example
Text Example
White with #85FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFC6; }
p { color: rgb(133,255,198); }
H1.HeaderClassName
{
color: #85FFC6;
}
.AnyTagClassName
{
color: #85FFC6;
}
</style>
background-color css
<style>
a { background-color: #85FFC6; }
a { background-color: rgb(133,255,198); }
div.DivClassName
{
background-color: #85FFC6;
}
.BgClassName
{
background-color: #85FFC6;
}
</style>
border-color css
<style>
span { border-color: #85FFC6; }
span { border-color: rgb(133,255,198); }
td.TdClassName
{
border-color: #85FFC6;
}
.TagClassName
{
border-color: #85FFC6;
}
</style>