Shades of Aquamarine #85F9DF
Tints of Aquamarine #85F9DF
RGB
CMYK
RGB Variations
Color information
#85F9DF (or 0x85F9DF) is known color: Aquamarine. HEX triplet: 85, F9 and DF. RGB value is (133,249,223). Sum of RGB (Red+Green+Blue) = 133+249+223=605 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.98% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #85F9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F9DF is #7A0620. Grayscale: #D3D3D3. Windows color (decimal): -7996961 or 14678405. OLE color: 14678405.
HSL color Cylindrical-coordinate representation of color #85F9DF: hue angle of 166.55º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85F9DF is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 249 | 223 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.02 |
| HSL | 166.55º | 0.91% | 0.75% | - |
| HSV(B) | 166.55º | 0.47% | 0.98% | - |
| XYZ | 56.87 | 78.07 | 81.88 | - |
| YUV | 211.35 | 134.57 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 249 | 223 | 0.47 | 0 | 0.10 | 0.02 | 166.55 | 0.91 | 0.75 |
| Hex | 85 | F9 | DF | 2F | 0 | A | 2 | A7 | 5B | 4B |
| Octal | 205 | 371 | 337 | 57 | 0 | 12 | 2 | 247 | 133 | 113 |
| Binary | 10000101 | 11111001 | 11011111 | 101111 | 0 | 1010 | 10 | 10100111 | 1011011 | 1001011 |
Color Harmonies of #85F9DF
Complementary color
Monochromatic Colors of #85F9DF
Black with #85F9DF
Text Example
Text Example
White with #85F9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F9DF; }
p { color: rgb(133,249,223); }
H1.HeaderClassName
{
color: #85F9DF;
}
.AnyTagClassName
{
color: #85F9DF;
}
</style>
background-color css
<style>
a { background-color: #85F9DF; }
a { background-color: rgb(133,249,223); }
div.DivClassName
{
background-color: #85F9DF;
}
.BgClassName
{
background-color: #85F9DF;
}
</style>
border-color css
<style>
span { border-color: #85F9DF; }
span { border-color: rgb(133,249,223); }
td.TdClassName
{
border-color: #85F9DF;
}
.TagClassName
{
border-color: #85F9DF;
}
</style>