Shades of Aquamarine #85F3D9
Tints of Aquamarine #85F3D9
RGB
CMYK
RGB Variations
Color information
#85F3D9 (or 0x85F3D9) is known color: Aquamarine. HEX triplet: 85, F3 and D9. RGB value is (133,243,217). Sum of RGB (Red+Green+Blue) = 133+243+217=593 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.43% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #85F3D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F3D9 is #7A0C26. Grayscale: #CFCFCF. Windows color (decimal): -7998503 or 14283653. OLE color: 14283653.
HSL color Cylindrical-coordinate representation of color #85F3D9: hue angle of 165.82º 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 #85F3D9 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 217 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.05 |
| HSL | 165.82º | 0.82% | 0.74% | - |
| HSV(B) | 165.82º | 0.45% | 0.95% | - |
| XYZ | 54.25 | 74.1 | 77.09 | - |
| YUV | 207.15 | 133.56 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 217 | 0.45 | 0 | 0.11 | 0.05 | 165.82 | 0.82 | 0.74 |
| Hex | 85 | F3 | D9 | 2D | 0 | B | 5 | A6 | 52 | 4A |
| Octal | 205 | 363 | 331 | 55 | 0 | 13 | 5 | 246 | 122 | 112 |
| Binary | 10000101 | 11110011 | 11011001 | 101101 | 0 | 1011 | 101 | 10100110 | 1010010 | 1001010 |
Color Harmonies of #85F3D9
Complementary color
Monochromatic Colors of #85F3D9
Black with #85F3D9
Text Example
Text Example
White with #85F3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F3D9; }
p { color: rgb(133,243,217); }
H1.HeaderClassName
{
color: #85F3D9;
}
.AnyTagClassName
{
color: #85F3D9;
}
</style>
background-color css
<style>
a { background-color: #85F3D9; }
a { background-color: rgb(133,243,217); }
div.DivClassName
{
background-color: #85F3D9;
}
.BgClassName
{
background-color: #85F3D9;
}
</style>
border-color css
<style>
span { border-color: #85F3D9; }
span { border-color: rgb(133,243,217); }
td.TdClassName
{
border-color: #85F3D9;
}
.TagClassName
{
border-color: #85F3D9;
}
</style>