Shades of Aquamarine #85FECF
Tints of Aquamarine #85FECF
RGB
CMYK
RGB Variations
Color information
#85FECF (or 0x85FECF) is known color: Aquamarine. HEX triplet: 85, FE and CF. RGB value is (133,254,207). Sum of RGB (Red+Green+Blue) = 133+254+207=594 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.39% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #85FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FECF is #7A0130. Grayscale: #D4D4D4. Windows color (decimal): -7995697 or 13631109. OLE color: 13631109.
HSL color Cylindrical-coordinate representation of color #85FECF: hue angle of 156.69º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FECF is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 207 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.00 |
| HSL | 156.69º | 0.98% | 0.76% | - |
| HSV(B) | 156.69º | 0.48% | 1% | - |
| XYZ | 56.38 | 80.38 | 71.57 | - |
| YUV | 212.46 | 124.91 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 207 | 0.48 | 0 | 0.19 | 0.00 | 156.69 | 0.98 | 0.76 |
| Hex | 85 | FE | CF | 30 | 0 | 13 | 0 | 9D | 62 | 4C |
| Octal | 205 | 376 | 317 | 60 | 0 | 23 | 0 | 235 | 142 | 114 |
| Binary | 10000101 | 11111110 | 11001111 | 110000 | 0 | 10011 | 0 | 10011101 | 1100010 | 1001100 |
Color Harmonies of #85FECF
Complementary color
Monochromatic Colors of #85FECF
Black with #85FECF
Text Example
Text Example
White with #85FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FECF; }
p { color: rgb(133,254,207); }
H1.HeaderClassName
{
color: #85FECF;
}
.AnyTagClassName
{
color: #85FECF;
}
</style>
background-color css
<style>
a { background-color: #85FECF; }
a { background-color: rgb(133,254,207); }
div.DivClassName
{
background-color: #85FECF;
}
.BgClassName
{
background-color: #85FECF;
}
</style>
border-color css
<style>
span { border-color: #85FECF; }
span { border-color: rgb(133,254,207); }
td.TdClassName
{
border-color: #85FECF;
}
.TagClassName
{
border-color: #85FECF;
}
</style>