Shades of Aquamarine #85FADE
Tints of Aquamarine #85FADE
RGB
CMYK
RGB Variations
Color information
#85FADE (or 0x85FADE) is known color: Aquamarine. HEX triplet: 85, FA and DE. RGB value is (133,250,222). Sum of RGB (Red+Green+Blue) = 133+250+222=605 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.98% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #85FADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FADE is #7A0521. Grayscale: #D3D3D3. Windows color (decimal): -7996706 or 14613125. OLE color: 14613125.
HSL color Cylindrical-coordinate representation of color #85FADE: hue angle of 165.64º 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 #85FADE is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 222 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.02 |
| HSL | 165.64º | 0.92% | 0.75% | - |
| HSV(B) | 165.64º | 0.47% | 0.98% | - |
| XYZ | 57.04 | 78.63 | 81.28 | - |
| YUV | 211.83 | 133.74 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 222 | 0.47 | 0 | 0.11 | 0.02 | 165.64 | 0.92 | 0.75 |
| Hex | 85 | FA | DE | 2F | 0 | B | 2 | A6 | 5C | 4B |
| Octal | 205 | 372 | 336 | 57 | 0 | 13 | 2 | 246 | 134 | 113 |
| Binary | 10000101 | 11111010 | 11011110 | 101111 | 0 | 1011 | 10 | 10100110 | 1011100 | 1001011 |
Color Harmonies of #85FADE
Complementary color
Monochromatic Colors of #85FADE
Black with #85FADE
Text Example
Text Example
White with #85FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FADE; }
p { color: rgb(133,250,222); }
H1.HeaderClassName
{
color: #85FADE;
}
.AnyTagClassName
{
color: #85FADE;
}
</style>
background-color css
<style>
a { background-color: #85FADE; }
a { background-color: rgb(133,250,222); }
div.DivClassName
{
background-color: #85FADE;
}
.BgClassName
{
background-color: #85FADE;
}
</style>
border-color css
<style>
span { border-color: #85FADE; }
span { border-color: rgb(133,250,222); }
td.TdClassName
{
border-color: #85FADE;
}
.TagClassName
{
border-color: #85FADE;
}
</style>