Shades of Aquamarine #85FDC9
Tints of Aquamarine #85FDC9
RGB
CMYK
RGB Variations
Color information
#85FDC9 (or 0x85FDC9) is known color: Aquamarine. HEX triplet: 85, FD and C9. RGB value is (133,253,201). Sum of RGB (Red+Green+Blue) = 133+253+201=587 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.66% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FDC9 is #7A0236. Grayscale: #D3D3D3. Windows color (decimal): -7995959 or 13237637. OLE color: 13237637.
HSL color Cylindrical-coordinate representation of color #85FDC9: hue angle of 154º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FDC9 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 253 | 201 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.01 |
| HSL | 154º | 0.97% | 0.76% | - |
| HSV(B) | 154º | 0.47% | 0.99% | - |
| XYZ | 55.34 | 79.45 | 67.68 | - |
| YUV | 211.19 | 122.24 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 253 | 201 | 0.47 | 0 | 0.21 | 0.01 | 154 | 0.97 | 0.76 |
| Hex | 85 | FD | C9 | 2F | 0 | 15 | 1 | 9A | 61 | 4C |
| Octal | 205 | 375 | 311 | 57 | 0 | 25 | 1 | 232 | 141 | 114 |
| Binary | 10000101 | 11111101 | 11001001 | 101111 | 0 | 10101 | 1 | 10011010 | 1100001 | 1001100 |
Color Harmonies of #85FDC9
Complementary color
Monochromatic Colors of #85FDC9
Black with #85FDC9
Text Example
Text Example
White with #85FDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FDC9; }
p { color: rgb(133,253,201); }
H1.HeaderClassName
{
color: #85FDC9;
}
.AnyTagClassName
{
color: #85FDC9;
}
</style>
background-color css
<style>
a { background-color: #85FDC9; }
a { background-color: rgb(133,253,201); }
div.DivClassName
{
background-color: #85FDC9;
}
.BgClassName
{
background-color: #85FDC9;
}
</style>
border-color css
<style>
span { border-color: #85FDC9; }
span { border-color: rgb(133,253,201); }
td.TdClassName
{
border-color: #85FDC9;
}
.TagClassName
{
border-color: #85FDC9;
}
</style>