Shades of Aquamarine #85FBD0
Tints of Aquamarine #85FBD0
RGB
CMYK
RGB Variations
Color information
#85FBD0 (or 0x85FBD0) is known color: Aquamarine. HEX triplet: 85, FB and D0. RGB value is (133,251,208). Sum of RGB (Red+Green+Blue) = 133+251+208=592 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.47% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FBD0 is #7A042F. Grayscale: #D2D2D2. Windows color (decimal): -7996464 or 13695877. OLE color: 13695877.
HSL color Cylindrical-coordinate representation of color #85FBD0: hue angle of 158.14º degrees, saturation: 0.94, 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 #85FBD0 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 208 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.02 |
| HSL | 158.14º | 0.94% | 0.75% | - |
| HSV(B) | 158.14º | 0.47% | 0.98% | - |
| XYZ | 55.56 | 78.53 | 71.91 | - |
| YUV | 210.82 | 126.41 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 208 | 0.47 | 0 | 0.17 | 0.02 | 158.14 | 0.94 | 0.75 |
| Hex | 85 | FB | D0 | 2F | 0 | 11 | 2 | 9E | 5E | 4B |
| Octal | 205 | 373 | 320 | 57 | 0 | 21 | 2 | 236 | 136 | 113 |
| Binary | 10000101 | 11111011 | 11010000 | 101111 | 0 | 10001 | 10 | 10011110 | 1011110 | 1001011 |
Color Harmonies of #85FBD0
Complementary color
Monochromatic Colors of #85FBD0
Black with #85FBD0
Text Example
Text Example
White with #85FBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FBD0; }
p { color: rgb(133,251,208); }
H1.HeaderClassName
{
color: #85FBD0;
}
.AnyTagClassName
{
color: #85FBD0;
}
</style>
background-color css
<style>
a { background-color: #85FBD0; }
a { background-color: rgb(133,251,208); }
div.DivClassName
{
background-color: #85FBD0;
}
.BgClassName
{
background-color: #85FBD0;
}
</style>
border-color css
<style>
span { border-color: #85FBD0; }
span { border-color: rgb(133,251,208); }
td.TdClassName
{
border-color: #85FBD0;
}
.TagClassName
{
border-color: #85FBD0;
}
</style>