Shades of Aquamarine #85EFC5
Tints of Aquamarine #85EFC5
RGB
CMYK
RGB Variations
Color information
#85EFC5 (or 0x85EFC5) is known color: Aquamarine. HEX triplet: 85, EF and C5. RGB value is (133,239,197). Sum of RGB (Red+Green+Blue) = 133+239+197=569 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.37% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EFC5 is #7A103A. Grayscale: #CACACA. Windows color (decimal): -7999547 or 12971909. OLE color: 12971909.
HSL color Cylindrical-coordinate representation of color #85EFC5: hue angle of 156.23º 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 #85EFC5 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 197 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.06 |
| HSL | 156.23º | 0.77% | 0.73% | - |
| HSV(B) | 156.23º | 0.44% | 0.94% | - |
| XYZ | 50.62 | 70.75 | 63.81 | - |
| YUV | 202.52 | 124.88 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 197 | 0.44 | 0 | 0.18 | 0.06 | 156.23 | 0.77 | 0.73 |
| Hex | 85 | EF | C5 | 2C | 0 | 12 | 6 | 9C | 4D | 49 |
| Octal | 205 | 357 | 305 | 54 | 0 | 22 | 6 | 234 | 115 | 111 |
| Binary | 10000101 | 11101111 | 11000101 | 101100 | 0 | 10010 | 110 | 10011100 | 1001101 | 1001001 |
Color Harmonies of #85EFC5
Complementary color
Monochromatic Colors of #85EFC5
Black with #85EFC5
Text Example
Text Example
White with #85EFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EFC5; }
p { color: rgb(133,239,197); }
H1.HeaderClassName
{
color: #85EFC5;
}
.AnyTagClassName
{
color: #85EFC5;
}
</style>
background-color css
<style>
a { background-color: #85EFC5; }
a { background-color: rgb(133,239,197); }
div.DivClassName
{
background-color: #85EFC5;
}
.BgClassName
{
background-color: #85EFC5;
}
</style>
border-color css
<style>
span { border-color: #85EFC5; }
span { border-color: rgb(133,239,197); }
td.TdClassName
{
border-color: #85EFC5;
}
.TagClassName
{
border-color: #85EFC5;
}
</style>