Shades of Aquamarine #85EEE2
Tints of Aquamarine #85EEE2
RGB
CMYK
RGB Variations
Color information
#85EEE2 (or 0x85EEE2) is known color: Aquamarine. HEX triplet: 85, EE and E2. RGB value is (133,238,226). Sum of RGB (Red+Green+Blue) = 133+238+226=597 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.28% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #85EEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EEE2 is #7A111D. Grayscale: #CDCDCD. Windows color (decimal): -7999774 or 14872197. OLE color: 14872197.
HSL color Cylindrical-coordinate representation of color #85EEE2: hue angle of 173.14º 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 #85EEE2 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 238 | 226 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.07 |
| HSL | 173.14º | 0.76% | 0.73% | - |
| HSV(B) | 173.14º | 0.44% | 0.93% | - |
| XYZ | 53.97 | 71.63 | 82.93 | - |
| YUV | 205.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 238 | 226 | 0.44 | 0 | 0.05 | 0.07 | 173.14 | 0.76 | 0.73 |
| Hex | 85 | EE | E2 | 2C | 0 | 5 | 7 | AD | 4C | 49 |
| Octal | 205 | 356 | 342 | 54 | 0 | 5 | 7 | 255 | 114 | 111 |
| Binary | 10000101 | 11101110 | 11100010 | 101100 | 0 | 101 | 111 | 10101101 | 1001100 | 1001001 |
Color Harmonies of #85EEE2
Complementary color
Monochromatic Colors of #85EEE2
Black with #85EEE2
Text Example
Text Example
White with #85EEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EEE2; }
p { color: rgb(133,238,226); }
H1.HeaderClassName
{
color: #85EEE2;
}
.AnyTagClassName
{
color: #85EEE2;
}
</style>
background-color css
<style>
a { background-color: #85EEE2; }
a { background-color: rgb(133,238,226); }
div.DivClassName
{
background-color: #85EEE2;
}
.BgClassName
{
background-color: #85EEE2;
}
</style>
border-color css
<style>
span { border-color: #85EEE2; }
span { border-color: rgb(133,238,226); }
td.TdClassName
{
border-color: #85EEE2;
}
.TagClassName
{
border-color: #85EEE2;
}
</style>