Shades of Aquamarine #85F3D5
Tints of Aquamarine #85F3D5
RGB
CMYK
RGB Variations
Color information
#85F3D5 (or 0x85F3D5) is known color: Aquamarine. HEX triplet: 85, F3 and D5. RGB value is (133,243,213). Sum of RGB (Red+Green+Blue) = 133+243+213=589 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.58% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #85F3D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F3D5 is #7A0C2A. Grayscale: #CECECE. Windows color (decimal): -7998507 or 14021509. OLE color: 14021509.
HSL color Cylindrical-coordinate representation of color #85F3D5: hue angle of 163.64º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F3D5 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 213 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.05 |
| HSL | 163.64º | 0.82% | 0.74% | - |
| HSV(B) | 163.64º | 0.45% | 0.95% | - |
| XYZ | 53.73 | 73.89 | 74.38 | - |
| YUV | 206.69 | 131.56 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 213 | 0.45 | 0 | 0.12 | 0.05 | 163.64 | 0.82 | 0.74 |
| Hex | 85 | F3 | D5 | 2D | 0 | C | 5 | A4 | 52 | 4A |
| Octal | 205 | 363 | 325 | 55 | 0 | 14 | 5 | 244 | 122 | 112 |
| Binary | 10000101 | 11110011 | 11010101 | 101101 | 0 | 1100 | 101 | 10100100 | 1010010 | 1001010 |
Color Harmonies of #85F3D5
Complementary color
Monochromatic Colors of #85F3D5
Black with #85F3D5
Text Example
Text Example
White with #85F3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F3D5; }
p { color: rgb(133,243,213); }
H1.HeaderClassName
{
color: #85F3D5;
}
.AnyTagClassName
{
color: #85F3D5;
}
</style>
background-color css
<style>
a { background-color: #85F3D5; }
a { background-color: rgb(133,243,213); }
div.DivClassName
{
background-color: #85F3D5;
}
.BgClassName
{
background-color: #85F3D5;
}
</style>
border-color css
<style>
span { border-color: #85F3D5; }
span { border-color: rgb(133,243,213); }
td.TdClassName
{
border-color: #85F3D5;
}
.TagClassName
{
border-color: #85F3D5;
}
</style>