Shades of Aquamarine #85EED6
Tints of Aquamarine #85EED6
RGB
CMYK
RGB Variations
Color information
#85EED6 (or 0x85EED6) is known color: Aquamarine. HEX triplet: 85, EE and D6. RGB value is (133,238,214). Sum of RGB (Red+Green+Blue) = 133+238+214=585 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.74% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #85EED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EED6 is #7A1129. Grayscale: #CBCBCB. Windows color (decimal): -7999786 or 14085765. OLE color: 14085765.
HSL color Cylindrical-coordinate representation of color #85EED6: hue angle of 166.29º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EED6 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 238 | 214 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.07 |
| HSL | 166.29º | 0.76% | 0.73% | - |
| HSV(B) | 166.29º | 0.44% | 0.93% | - |
| XYZ | 52.39 | 70.99 | 74.56 | - |
| YUV | 203.87 | 133.71 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 238 | 214 | 0.44 | 0 | 0.10 | 0.07 | 166.29 | 0.76 | 0.73 |
| Hex | 85 | EE | D6 | 2C | 0 | A | 7 | A6 | 4C | 49 |
| Octal | 205 | 356 | 326 | 54 | 0 | 12 | 7 | 246 | 114 | 111 |
| Binary | 10000101 | 11101110 | 11010110 | 101100 | 0 | 1010 | 111 | 10100110 | 1001100 | 1001001 |
Color Harmonies of #85EED6
Complementary color
Monochromatic Colors of #85EED6
Black with #85EED6
Text Example
Text Example
White with #85EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EED6; }
p { color: rgb(133,238,214); }
H1.HeaderClassName
{
color: #85EED6;
}
.AnyTagClassName
{
color: #85EED6;
}
</style>
background-color css
<style>
a { background-color: #85EED6; }
a { background-color: rgb(133,238,214); }
div.DivClassName
{
background-color: #85EED6;
}
.BgClassName
{
background-color: #85EED6;
}
</style>
border-color css
<style>
span { border-color: #85EED6; }
span { border-color: rgb(133,238,214); }
td.TdClassName
{
border-color: #85EED6;
}
.TagClassName
{
border-color: #85EED6;
}
</style>