Shades of Aquamarine #85EFCD
Tints of Aquamarine #85EFCD
RGB
CMYK
RGB Variations
Color information
#85EFCD (or 0x85EFCD) is known color: Aquamarine. HEX triplet: 85, EF and CD. RGB value is (133,239,205). Sum of RGB (Red+Green+Blue) = 133+239+205=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EFCD is #7A1032. Grayscale: #CBCBCB. Windows color (decimal): -7999539 or 13496197. OLE color: 13496197.
HSL color Cylindrical-coordinate representation of color #85EFCD: hue angle of 160.75º 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 #85EFCD is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 205 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.06 |
| HSL | 160.75º | 0.77% | 0.73% | - |
| HSV(B) | 160.75º | 0.44% | 0.94% | - |
| XYZ | 51.56 | 71.13 | 68.77 | - |
| YUV | 203.43 | 128.88 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 205 | 0.44 | 0 | 0.14 | 0.06 | 160.75 | 0.77 | 0.73 |
| Hex | 85 | EF | CD | 2C | 0 | E | 6 | A1 | 4D | 49 |
| Octal | 205 | 357 | 315 | 54 | 0 | 16 | 6 | 241 | 115 | 111 |
| Binary | 10000101 | 11101111 | 11001101 | 101100 | 0 | 1110 | 110 | 10100001 | 1001101 | 1001001 |
Color Harmonies of #85EFCD
Complementary color
Monochromatic Colors of #85EFCD
Black with #85EFCD
Text Example
Text Example
White with #85EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EFCD; }
p { color: rgb(133,239,205); }
H1.HeaderClassName
{
color: #85EFCD;
}
.AnyTagClassName
{
color: #85EFCD;
}
</style>
background-color css
<style>
a { background-color: #85EFCD; }
a { background-color: rgb(133,239,205); }
div.DivClassName
{
background-color: #85EFCD;
}
.BgClassName
{
background-color: #85EFCD;
}
</style>
border-color css
<style>
span { border-color: #85EFCD; }
span { border-color: rgb(133,239,205); }
td.TdClassName
{
border-color: #85EFCD;
}
.TagClassName
{
border-color: #85EFCD;
}
</style>