Shades of Aquamarine #85EFE2
Tints of Aquamarine #85EFE2
RGB
CMYK
RGB Variations
Color information
#85EFE2 (or 0x85EFE2) is known color: Aquamarine. HEX triplet: 85, EF and E2. RGB value is (133,239,226). Sum of RGB (Red+Green+Blue) = 133+239+226=598 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.24% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EFE2 is #7A101D. Grayscale: #CDCDCD. Windows color (decimal): -7999518 or 14872453. OLE color: 14872453.
HSL color Cylindrical-coordinate representation of color #85EFE2: hue angle of 172.64º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EFE2 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 226 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.06 |
| HSL | 172.64º | 0.77% | 0.73% | - |
| HSV(B) | 172.64º | 0.44% | 0.94% | - |
| XYZ | 54.27 | 72.21 | 83.03 | - |
| YUV | 205.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 226 | 0.44 | 0 | 0.05 | 0.06 | 172.64 | 0.77 | 0.73 |
| Hex | 85 | EF | E2 | 2C | 0 | 5 | 6 | AD | 4D | 49 |
| Octal | 205 | 357 | 342 | 54 | 0 | 5 | 6 | 255 | 115 | 111 |
| Binary | 10000101 | 11101111 | 11100010 | 101100 | 0 | 101 | 110 | 10101101 | 1001101 | 1001001 |
Color Harmonies of #85EFE2
Complementary color
Monochromatic Colors of #85EFE2
Black with #85EFE2
Text Example
Text Example
White with #85EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EFE2; }
p { color: rgb(133,239,226); }
H1.HeaderClassName
{
color: #85EFE2;
}
.AnyTagClassName
{
color: #85EFE2;
}
</style>
background-color css
<style>
a { background-color: #85EFE2; }
a { background-color: rgb(133,239,226); }
div.DivClassName
{
background-color: #85EFE2;
}
.BgClassName
{
background-color: #85EFE2;
}
</style>
border-color css
<style>
span { border-color: #85EFE2; }
span { border-color: rgb(133,239,226); }
td.TdClassName
{
border-color: #85EFE2;
}
.TagClassName
{
border-color: #85EFE2;
}
</style>