Shades of Aquamarine #85EECE
Tints of Aquamarine #85EECE
RGB
CMYK
RGB Variations
Color information
#85EECE (or 0x85EECE) is known color: Aquamarine. HEX triplet: 85, EE and CE. RGB value is (133,238,206). Sum of RGB (Red+Green+Blue) = 133+238+206=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #85EECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EECE is #7A1131. Grayscale: #CACACA. Windows color (decimal): -7999794 or 13561477. OLE color: 13561477.
HSL color Cylindrical-coordinate representation of color #85EECE: hue angle of 161.71º 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 #85EECE is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 238 | 206 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.07 |
| HSL | 161.71º | 0.76% | 0.73% | - |
| HSV(B) | 161.71º | 0.44% | 0.93% | - |
| XYZ | 51.39 | 70.59 | 69.31 | - |
| YUV | 202.96 | 129.71 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 238 | 206 | 0.44 | 0 | 0.13 | 0.07 | 161.71 | 0.76 | 0.73 |
| Hex | 85 | EE | CE | 2C | 0 | D | 7 | A2 | 4C | 49 |
| Octal | 205 | 356 | 316 | 54 | 0 | 15 | 7 | 242 | 114 | 111 |
| Binary | 10000101 | 11101110 | 11001110 | 101100 | 0 | 1101 | 111 | 10100010 | 1001100 | 1001001 |
Color Harmonies of #85EECE
Complementary color
Monochromatic Colors of #85EECE
Black with #85EECE
Text Example
Text Example
White with #85EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EECE; }
p { color: rgb(133,238,206); }
H1.HeaderClassName
{
color: #85EECE;
}
.AnyTagClassName
{
color: #85EECE;
}
</style>
background-color css
<style>
a { background-color: #85EECE; }
a { background-color: rgb(133,238,206); }
div.DivClassName
{
background-color: #85EECE;
}
.BgClassName
{
background-color: #85EECE;
}
</style>
border-color css
<style>
span { border-color: #85EECE; }
span { border-color: rgb(133,238,206); }
td.TdClassName
{
border-color: #85EECE;
}
.TagClassName
{
border-color: #85EECE;
}
</style>