Shades of Aquamarine #85FECC
Tints of Aquamarine #85FECC
RGB
CMYK
RGB Variations
Color information
#85FECC (or 0x85FECC) is known color: Aquamarine. HEX triplet: 85, FE and CC. RGB value is (133,254,204). Sum of RGB (Red+Green+Blue) = 133+254+204=591 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.50% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #85FECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FECC is #7A0133. Grayscale: #D4D4D4. Windows color (decimal): -7995700 or 13434501. OLE color: 13434501.
HSL color Cylindrical-coordinate representation of color #85FECC: hue angle of 155.21º 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 #85FECC is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 204 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.00 |
| HSL | 155.21º | 0.98% | 0.76% | - |
| HSV(B) | 155.21º | 0.48% | 1% | - |
| XYZ | 56.01 | 80.23 | 69.66 | - |
| YUV | 212.12 | 123.41 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 204 | 0.48 | 0 | 0.20 | 0.00 | 155.21 | 0.98 | 0.76 |
| Hex | 85 | FE | CC | 30 | 0 | 14 | 0 | 9B | 62 | 4C |
| Octal | 205 | 376 | 314 | 60 | 0 | 24 | 0 | 233 | 142 | 114 |
| Binary | 10000101 | 11111110 | 11001100 | 110000 | 0 | 10100 | 0 | 10011011 | 1100010 | 1001100 |
Color Harmonies of #85FECC
Complementary color
Monochromatic Colors of #85FECC
Black with #85FECC
Text Example
Text Example
White with #85FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FECC; }
p { color: rgb(133,254,204); }
H1.HeaderClassName
{
color: #85FECC;
}
.AnyTagClassName
{
color: #85FECC;
}
</style>
background-color css
<style>
a { background-color: #85FECC; }
a { background-color: rgb(133,254,204); }
div.DivClassName
{
background-color: #85FECC;
}
.BgClassName
{
background-color: #85FECC;
}
</style>
border-color css
<style>
span { border-color: #85FECC; }
span { border-color: rgb(133,254,204); }
td.TdClassName
{
border-color: #85FECC;
}
.TagClassName
{
border-color: #85FECC;
}
</style>