Shades of Aquamarine #85FCDB
Tints of Aquamarine #85FCDB
RGB
CMYK
RGB Variations
Color information
#85FCDB (or 0x85FCDB) is known color: Aquamarine. HEX triplet: 85, FC and DB. RGB value is (133,252,219). Sum of RGB (Red+Green+Blue) = 133+252+219=604 (80% of max value = 765). Red value is 133 (52.34% from 255 or 22.02% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FCDB is #7A0324. Grayscale: #D4D4D4. Windows color (decimal): -7996197 or 14417029. OLE color: 14417029.
HSL color Cylindrical-coordinate representation of color #85FCDB: hue angle of 163.36º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FCDB is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 252 | 219 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.01 |
| HSL | 163.36º | 0.95% | 0.75% | - |
| HSV(B) | 163.36º | 0.47% | 0.99% | - |
| XYZ | 57.27 | 79.72 | 79.39 | - |
| YUV | 212.66 | 131.58 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 252 | 219 | 0.47 | 0 | 0.13 | 0.01 | 163.36 | 0.95 | 0.75 |
| Hex | 85 | FC | DB | 2F | 0 | D | 1 | A3 | 5F | 4B |
| Octal | 205 | 374 | 333 | 57 | 0 | 15 | 1 | 243 | 137 | 113 |
| Binary | 10000101 | 11111100 | 11011011 | 101111 | 0 | 1101 | 1 | 10100011 | 1011111 | 1001011 |
Color Harmonies of #85FCDB
Complementary color
Monochromatic Colors of #85FCDB
Black with #85FCDB
Text Example
Text Example
White with #85FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FCDB; }
p { color: rgb(133,252,219); }
H1.HeaderClassName
{
color: #85FCDB;
}
.AnyTagClassName
{
color: #85FCDB;
}
</style>
background-color css
<style>
a { background-color: #85FCDB; }
a { background-color: rgb(133,252,219); }
div.DivClassName
{
background-color: #85FCDB;
}
.BgClassName
{
background-color: #85FCDB;
}
</style>
border-color css
<style>
span { border-color: #85FCDB; }
span { border-color: rgb(133,252,219); }
td.TdClassName
{
border-color: #85FCDB;
}
.TagClassName
{
border-color: #85FCDB;
}
</style>