Shades of Aquamarine #85F3DB
Tints of Aquamarine #85F3DB
RGB
CMYK
RGB Variations
Color information
#85F3DB (or 0x85F3DB) is known color: Aquamarine. HEX triplet: 85, F3 and DB. RGB value is (133,243,219). Sum of RGB (Red+Green+Blue) = 133+243+219=595 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.35% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #85F3DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F3DB is #7A0C24. Grayscale: #CFCFCF. Windows color (decimal): -7998501 or 14414725. OLE color: 14414725.
HSL color Cylindrical-coordinate representation of color #85F3DB: hue angle of 166.91º 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 #85F3DB is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 219 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.05 |
| HSL | 166.91º | 0.82% | 0.74% | - |
| HSV(B) | 166.91º | 0.45% | 0.95% | - |
| XYZ | 54.51 | 74.2 | 78.47 | - |
| YUV | 207.37 | 134.56 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 219 | 0.45 | 0 | 0.10 | 0.05 | 166.91 | 0.82 | 0.74 |
| Hex | 85 | F3 | DB | 2D | 0 | A | 5 | A7 | 52 | 4A |
| Octal | 205 | 363 | 333 | 55 | 0 | 12 | 5 | 247 | 122 | 112 |
| Binary | 10000101 | 11110011 | 11011011 | 101101 | 0 | 1010 | 101 | 10100111 | 1010010 | 1001010 |
Color Harmonies of #85F3DB
Complementary color
Monochromatic Colors of #85F3DB
Black with #85F3DB
Text Example
Text Example
White with #85F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F3DB; }
p { color: rgb(133,243,219); }
H1.HeaderClassName
{
color: #85F3DB;
}
.AnyTagClassName
{
color: #85F3DB;
}
</style>
background-color css
<style>
a { background-color: #85F3DB; }
a { background-color: rgb(133,243,219); }
div.DivClassName
{
background-color: #85F3DB;
}
.BgClassName
{
background-color: #85F3DB;
}
</style>
border-color css
<style>
span { border-color: #85F3DB; }
span { border-color: rgb(133,243,219); }
td.TdClassName
{
border-color: #85F3DB;
}
.TagClassName
{
border-color: #85F3DB;
}
</style>