Shades of Aquamarine #85FFC7
Tints of Aquamarine #85FFC7
RGB
CMYK
RGB Variations
Color information
#85FFC7 (or 0x85FFC7) is known color: Aquamarine. HEX triplet: 85, FF and C7. RGB value is (133,255,199). Sum of RGB (Red+Green+Blue) = 133+255+199=587 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.66% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFC7 is #7A0038. Grayscale: #D4D4D4. Windows color (decimal): -7995449 or 13107077. OLE color: 13107077.
HSL color Cylindrical-coordinate representation of color #85FFC7: hue angle of 152.46º 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 #85FFC7 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 199 | - |
| CMYK | 0.48 | 0 | 0.22 | 0 |
| HSL | 152.46º | 1% | 0.76% | - |
| HSV(B) | 152.46º | 0.48% | 1% | - |
| XYZ | 55.74 | 80.63 | 66.66 | - |
| YUV | 212.14 | 120.58 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 199 | 0.48 | 0 | 0.22 | 0 | 152.46 | 1 | 0.76 |
| Hex | 85 | FF | C7 | 30 | 0 | 16 | 0 | 98 | 64 | 4C |
| Octal | 205 | 377 | 307 | 60 | 0 | 26 | 0 | 230 | 144 | 114 |
| Binary | 10000101 | 11111111 | 11000111 | 110000 | 0 | 10110 | 0 | 10011000 | 1100100 | 1001100 |
Color Harmonies of #85FFC7
Complementary color
Monochromatic Colors of #85FFC7
Black with #85FFC7
Text Example
Text Example
White with #85FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFC7; }
p { color: rgb(133,255,199); }
H1.HeaderClassName
{
color: #85FFC7;
}
.AnyTagClassName
{
color: #85FFC7;
}
</style>
background-color css
<style>
a { background-color: #85FFC7; }
a { background-color: rgb(133,255,199); }
div.DivClassName
{
background-color: #85FFC7;
}
.BgClassName
{
background-color: #85FFC7;
}
</style>
border-color css
<style>
span { border-color: #85FFC7; }
span { border-color: rgb(133,255,199); }
td.TdClassName
{
border-color: #85FFC7;
}
.TagClassName
{
border-color: #85FFC7;
}
</style>