Shades of Aquamarine #85FED0
Tints of Aquamarine #85FED0
RGB
CMYK
RGB Variations
Color information
#85FED0 (or 0x85FED0) is known color: Aquamarine. HEX triplet: 85, FE and D0. RGB value is (133,254,208). Sum of RGB (Red+Green+Blue) = 133+254+208=595 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.35% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #85FED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FED0 is #7A012F. Grayscale: #D4D4D4. Windows color (decimal): -7995696 or 13696645. OLE color: 13696645.
HSL color Cylindrical-coordinate representation of color #85FED0: hue angle of 157.19º 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 #85FED0 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 208 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.00 |
| HSL | 157.19º | 0.98% | 0.76% | - |
| HSV(B) | 157.19º | 0.48% | 1% | - |
| XYZ | 56.5 | 80.42 | 72.22 | - |
| YUV | 212.58 | 125.41 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 208 | 0.48 | 0 | 0.18 | 0.00 | 157.19 | 0.98 | 0.76 |
| Hex | 85 | FE | D0 | 30 | 0 | 12 | 0 | 9D | 62 | 4C |
| Octal | 205 | 376 | 320 | 60 | 0 | 22 | 0 | 235 | 142 | 114 |
| Binary | 10000101 | 11111110 | 11010000 | 110000 | 0 | 10010 | 0 | 10011101 | 1100010 | 1001100 |
Color Harmonies of #85FED0
Complementary color
Monochromatic Colors of #85FED0
Black with #85FED0
Text Example
Text Example
White with #85FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FED0; }
p { color: rgb(133,254,208); }
H1.HeaderClassName
{
color: #85FED0;
}
.AnyTagClassName
{
color: #85FED0;
}
</style>
background-color css
<style>
a { background-color: #85FED0; }
a { background-color: rgb(133,254,208); }
div.DivClassName
{
background-color: #85FED0;
}
.BgClassName
{
background-color: #85FED0;
}
</style>
border-color css
<style>
span { border-color: #85FED0; }
span { border-color: rgb(133,254,208); }
td.TdClassName
{
border-color: #85FED0;
}
.TagClassName
{
border-color: #85FED0;
}
</style>