Shades of Aquamarine #85F9DC
Tints of Aquamarine #85F9DC
RGB
CMYK
RGB Variations
Color information
#85F9DC (or 0x85F9DC) is known color: Aquamarine. HEX triplet: 85, F9 and DC. RGB value is (133,249,220). Sum of RGB (Red+Green+Blue) = 133+249+220=602 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.09% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #85F9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F9DC is #7A0623. Grayscale: #D3D3D3. Windows color (decimal): -7996964 or 14481797. OLE color: 14481797.
HSL color Cylindrical-coordinate representation of color #85F9DC: hue angle of 165º 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 #85F9DC is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 249 | 220 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.02 |
| HSL | 165º | 0.91% | 0.75% | - |
| HSV(B) | 165º | 0.47% | 0.98% | - |
| XYZ | 56.47 | 77.91 | 79.77 | - |
| YUV | 211.01 | 133.07 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 249 | 220 | 0.47 | 0 | 0.12 | 0.02 | 165 | 0.91 | 0.75 |
| Hex | 85 | F9 | DC | 2F | 0 | C | 2 | A5 | 5B | 4B |
| Octal | 205 | 371 | 334 | 57 | 0 | 14 | 2 | 245 | 133 | 113 |
| Binary | 10000101 | 11111001 | 11011100 | 101111 | 0 | 1100 | 10 | 10100101 | 1011011 | 1001011 |
Color Harmonies of #85F9DC
Complementary color
Monochromatic Colors of #85F9DC
Black with #85F9DC
Text Example
Text Example
White with #85F9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F9DC; }
p { color: rgb(133,249,220); }
H1.HeaderClassName
{
color: #85F9DC;
}
.AnyTagClassName
{
color: #85F9DC;
}
</style>
background-color css
<style>
a { background-color: #85F9DC; }
a { background-color: rgb(133,249,220); }
div.DivClassName
{
background-color: #85F9DC;
}
.BgClassName
{
background-color: #85F9DC;
}
</style>
border-color css
<style>
span { border-color: #85F9DC; }
span { border-color: rgb(133,249,220); }
td.TdClassName
{
border-color: #85F9DC;
}
.TagClassName
{
border-color: #85F9DC;
}
</style>