Shades of Aquamarine #85FADA
Tints of Aquamarine #85FADA
RGB
CMYK
RGB Variations
Color information
#85FADA (or 0x85FADA) is known color: Aquamarine. HEX triplet: 85, FA and DA. RGB value is (133,250,218). Sum of RGB (Red+Green+Blue) = 133+250+218=601 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.13% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #85FADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FADA is #7A0525. Grayscale: #D3D3D3. Windows color (decimal): -7996710 or 14350981. OLE color: 14350981.
HSL color Cylindrical-coordinate representation of color #85FADA: hue angle of 163.59º degrees, saturation: 0.92, 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 #85FADA is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 218 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.02 |
| HSL | 163.59º | 0.92% | 0.75% | - |
| HSV(B) | 163.59º | 0.47% | 0.98% | - |
| XYZ | 56.51 | 78.42 | 78.49 | - |
| YUV | 211.37 | 131.74 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 218 | 0.47 | 0 | 0.13 | 0.02 | 163.59 | 0.92 | 0.75 |
| Hex | 85 | FA | DA | 2F | 0 | D | 2 | A4 | 5C | 4B |
| Octal | 205 | 372 | 332 | 57 | 0 | 15 | 2 | 244 | 134 | 113 |
| Binary | 10000101 | 11111010 | 11011010 | 101111 | 0 | 1101 | 10 | 10100100 | 1011100 | 1001011 |
Color Harmonies of #85FADA
Complementary color
Monochromatic Colors of #85FADA
Black with #85FADA
Text Example
Text Example
White with #85FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FADA; }
p { color: rgb(133,250,218); }
H1.HeaderClassName
{
color: #85FADA;
}
.AnyTagClassName
{
color: #85FADA;
}
</style>
background-color css
<style>
a { background-color: #85FADA; }
a { background-color: rgb(133,250,218); }
div.DivClassName
{
background-color: #85FADA;
}
.BgClassName
{
background-color: #85FADA;
}
</style>
border-color css
<style>
span { border-color: #85FADA; }
span { border-color: rgb(133,250,218); }
td.TdClassName
{
border-color: #85FADA;
}
.TagClassName
{
border-color: #85FADA;
}
</style>