Shades of Aquamarine #85F1D6
Tints of Aquamarine #85F1D6
RGB
CMYK
RGB Variations
Color information
#85F1D6 (or 0x85F1D6) is known color: Aquamarine. HEX triplet: 85, F1 and D6. RGB value is (133,241,214). Sum of RGB (Red+Green+Blue) = 133+241+214=588 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.62% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #85F1D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F1D6 is #7A0E29. Grayscale: #CDCDCD. Windows color (decimal): -7999018 or 14086533. OLE color: 14086533.
HSL color Cylindrical-coordinate representation of color #85F1D6: hue angle of 165º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F1D6 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 241 | 214 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.05 |
| HSL | 165º | 0.79% | 0.73% | - |
| HSV(B) | 165º | 0.45% | 0.95% | - |
| XYZ | 53.27 | 72.75 | 74.85 | - |
| YUV | 205.63 | 132.72 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 241 | 214 | 0.45 | 0 | 0.11 | 0.05 | 165 | 0.79 | 0.73 |
| Hex | 85 | F1 | D6 | 2D | 0 | B | 5 | A5 | 4F | 49 |
| Octal | 205 | 361 | 326 | 55 | 0 | 13 | 5 | 245 | 117 | 111 |
| Binary | 10000101 | 11110001 | 11010110 | 101101 | 0 | 1011 | 101 | 10100101 | 1001111 | 1001001 |
Color Harmonies of #85F1D6
Complementary color
Monochromatic Colors of #85F1D6
Black with #85F1D6
Text Example
Text Example
White with #85F1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F1D6; }
p { color: rgb(133,241,214); }
H1.HeaderClassName
{
color: #85F1D6;
}
.AnyTagClassName
{
color: #85F1D6;
}
</style>
background-color css
<style>
a { background-color: #85F1D6; }
a { background-color: rgb(133,241,214); }
div.DivClassName
{
background-color: #85F1D6;
}
.BgClassName
{
background-color: #85F1D6;
}
</style>
border-color css
<style>
span { border-color: #85F1D6; }
span { border-color: rgb(133,241,214); }
td.TdClassName
{
border-color: #85F1D6;
}
.TagClassName
{
border-color: #85F1D6;
}
</style>