Shades of Aquamarine #85F7C8
Tints of Aquamarine #85F7C8
RGB
CMYK
RGB Variations
Color information
#85F7C8 (or 0x85F7C8) is known color: Aquamarine. HEX triplet: 85, F7 and C8. RGB value is (133,247,200). Sum of RGB (Red+Green+Blue) = 133+247+200=580 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.93% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 247 - color contains mainly: green. Hex color #85F7C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F7C8 is #7A0837. Grayscale: #CFCFCF. Windows color (decimal): -7997496 or 13170565. OLE color: 13170565.
HSL color Cylindrical-coordinate representation of color #85F7C8: hue angle of 155.26º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F7C8 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 247 | 200 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.03 |
| HSL | 155.26º | 0.88% | 0.75% | - |
| HSV(B) | 155.26º | 0.46% | 0.97% | - |
| XYZ | 53.36 | 75.68 | 66.44 | - |
| YUV | 207.56 | 123.73 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 247 | 200 | 0.46 | 0 | 0.19 | 0.03 | 155.26 | 0.88 | 0.75 |
| Hex | 85 | F7 | C8 | 2E | 0 | 13 | 3 | 9B | 58 | 4B |
| Octal | 205 | 367 | 310 | 56 | 0 | 23 | 3 | 233 | 130 | 113 |
| Binary | 10000101 | 11110111 | 11001000 | 101110 | 0 | 10011 | 11 | 10011011 | 1011000 | 1001011 |
Color Harmonies of #85F7C8
Complementary color
Monochromatic Colors of #85F7C8
Black with #85F7C8
Text Example
Text Example
White with #85F7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F7C8; }
p { color: rgb(133,247,200); }
H1.HeaderClassName
{
color: #85F7C8;
}
.AnyTagClassName
{
color: #85F7C8;
}
</style>
background-color css
<style>
a { background-color: #85F7C8; }
a { background-color: rgb(133,247,200); }
div.DivClassName
{
background-color: #85F7C8;
}
.BgClassName
{
background-color: #85F7C8;
}
</style>
border-color css
<style>
span { border-color: #85F7C8; }
span { border-color: rgb(133,247,200); }
td.TdClassName
{
border-color: #85F7C8;
}
.TagClassName
{
border-color: #85F7C8;
}
</style>