Shades of Aquamarine #85FFCF
Tints of Aquamarine #85FFCF
RGB
CMYK
RGB Variations
Color information
#85FFCF (or 0x85FFCF) is known color: Aquamarine. HEX triplet: 85, FF and CF. RGB value is (133,255,207). Sum of RGB (Red+Green+Blue) = 133+255+207=595 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.35% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFCF is #7A0030. Grayscale: #D5D5D5. Windows color (decimal): -7995441 or 13631365. OLE color: 13631365.
HSL color Cylindrical-coordinate representation of color #85FFCF: hue angle of 156.39º 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 #85FFCF is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 207 | - |
| CMYK | 0.48 | 0 | 0.19 | 0 |
| HSL | 156.39º | 1% | 0.76% | - |
| HSV(B) | 156.39º | 0.48% | 1% | - |
| XYZ | 56.7 | 81.01 | 71.68 | - |
| YUV | 213.05 | 124.58 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 207 | 0.48 | 0 | 0.19 | 0 | 156.39 | 1 | 0.76 |
| Hex | 85 | FF | CF | 30 | 0 | 13 | 0 | 9C | 64 | 4C |
| Octal | 205 | 377 | 317 | 60 | 0 | 23 | 0 | 234 | 144 | 114 |
| Binary | 10000101 | 11111111 | 11001111 | 110000 | 0 | 10011 | 0 | 10011100 | 1100100 | 1001100 |
Color Harmonies of #85FFCF
Complementary color
Monochromatic Colors of #85FFCF
Black with #85FFCF
Text Example
Text Example
White with #85FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFCF; }
p { color: rgb(133,255,207); }
H1.HeaderClassName
{
color: #85FFCF;
}
.AnyTagClassName
{
color: #85FFCF;
}
</style>
background-color css
<style>
a { background-color: #85FFCF; }
a { background-color: rgb(133,255,207); }
div.DivClassName
{
background-color: #85FFCF;
}
.BgClassName
{
background-color: #85FFCF;
}
</style>
border-color css
<style>
span { border-color: #85FFCF; }
span { border-color: rgb(133,255,207); }
td.TdClassName
{
border-color: #85FFCF;
}
.TagClassName
{
border-color: #85FFCF;
}
</style>