Shades of Aquamarine #85FDDD
Tints of Aquamarine #85FDDD
RGB
CMYK
RGB Variations
Color information
#85FDDD (or 0x85FDDD) is known color: Aquamarine. HEX triplet: 85, FD and DD. RGB value is (133,253,221). Sum of RGB (Red+Green+Blue) = 133+253+221=607 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.91% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FDDD is #7A0222. Grayscale: #D5D5D5. Windows color (decimal): -7995939 or 14548357. OLE color: 14548357.
HSL color Cylindrical-coordinate representation of color #85FDDD: hue angle of 164º 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 #85FDDD is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 253 | 221 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.01 |
| HSL | 164º | 0.97% | 0.76% | - |
| HSV(B) | 164º | 0.47% | 0.99% | - |
| XYZ | 57.85 | 80.46 | 80.89 | - |
| YUV | 213.47 | 132.24 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 253 | 221 | 0.47 | 0 | 0.13 | 0.01 | 164 | 0.97 | 0.76 |
| Hex | 85 | FD | DD | 2F | 0 | D | 1 | A4 | 61 | 4C |
| Octal | 205 | 375 | 335 | 57 | 0 | 15 | 1 | 244 | 141 | 114 |
| Binary | 10000101 | 11111101 | 11011101 | 101111 | 0 | 1101 | 1 | 10100100 | 1100001 | 1001100 |
Color Harmonies of #85FDDD
Complementary color
Monochromatic Colors of #85FDDD
Black with #85FDDD
Text Example
Text Example
White with #85FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FDDD; }
p { color: rgb(133,253,221); }
H1.HeaderClassName
{
color: #85FDDD;
}
.AnyTagClassName
{
color: #85FDDD;
}
</style>
background-color css
<style>
a { background-color: #85FDDD; }
a { background-color: rgb(133,253,221); }
div.DivClassName
{
background-color: #85FDDD;
}
.BgClassName
{
background-color: #85FDDD;
}
</style>
border-color css
<style>
span { border-color: #85FDDD; }
span { border-color: rgb(133,253,221); }
td.TdClassName
{
border-color: #85FDDD;
}
.TagClassName
{
border-color: #85FDDD;
}
</style>