Shades of Aquamarine #85FFCC
Tints of Aquamarine #85FFCC
RGB
CMYK
RGB Variations
Color information
#85FFCC (or 0x85FFCC) is known color: Aquamarine. HEX triplet: 85, FF and CC. RGB value is (133,255,204). Sum of RGB (Red+Green+Blue) = 133+255+204=592 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.47% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFCC is #7A0033. Grayscale: #D4D4D4. Windows color (decimal): -7995444 or 13434757. OLE color: 13434757.
HSL color Cylindrical-coordinate representation of color #85FFCC: hue angle of 154.92º 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 #85FFCC is Cyan = 0.48, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 204 | - |
| CMYK | 0.48 | 0 | 0.2 | 0 |
| HSL | 154.92º | 1% | 0.76% | - |
| HSV(B) | 154.92º | 0.48% | 1% | - |
| XYZ | 56.33 | 80.87 | 69.77 | - |
| YUV | 212.71 | 123.08 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 204 | 0.48 | 0 | 0.2 | 0 | 154.92 | 1 | 0.76 |
| Hex | 85 | FF | CC | 30 | 0 | 14 | 0 | 9B | 64 | 4C |
| Octal | 205 | 377 | 314 | 60 | 0 | 24 | 0 | 233 | 144 | 114 |
| Binary | 10000101 | 11111111 | 11001100 | 110000 | 0 | 10100 | 0 | 10011011 | 1100100 | 1001100 |
Color Harmonies of #85FFCC
Complementary color
Monochromatic Colors of #85FFCC
Black with #85FFCC
Text Example
Text Example
White with #85FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFCC; }
p { color: rgb(133,255,204); }
H1.HeaderClassName
{
color: #85FFCC;
}
.AnyTagClassName
{
color: #85FFCC;
}
</style>
background-color css
<style>
a { background-color: #85FFCC; }
a { background-color: rgb(133,255,204); }
div.DivClassName
{
background-color: #85FFCC;
}
.BgClassName
{
background-color: #85FFCC;
}
</style>
border-color css
<style>
span { border-color: #85FFCC; }
span { border-color: rgb(133,255,204); }
td.TdClassName
{
border-color: #85FFCC;
}
.TagClassName
{
border-color: #85FFCC;
}
</style>