Shades of Aquamarine #85FADD
Tints of Aquamarine #85FADD
RGB
CMYK
RGB Variations
Color information
#85FADD (or 0x85FADD) is known color: Aquamarine. HEX triplet: 85, FA and DD. RGB value is (133,250,221). Sum of RGB (Red+Green+Blue) = 133+250+221=604 (80% of max value = 765). Red value is 133 (52.34% from 255 or 22.02% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #85FADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FADD is #7A0522. Grayscale: #D3D3D3. Windows color (decimal): -7996707 or 14547589. OLE color: 14547589.
HSL color Cylindrical-coordinate representation of color #85FADD: hue angle of 165.13º 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 #85FADD is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 221 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.02 |
| HSL | 165.13º | 0.92% | 0.75% | - |
| HSV(B) | 165.13º | 0.47% | 0.98% | - |
| XYZ | 56.91 | 78.58 | 80.57 | - |
| YUV | 211.71 | 133.24 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 221 | 0.47 | 0 | 0.12 | 0.02 | 165.13 | 0.92 | 0.75 |
| Hex | 85 | FA | DD | 2F | 0 | C | 2 | A5 | 5C | 4B |
| Octal | 205 | 372 | 335 | 57 | 0 | 14 | 2 | 245 | 134 | 113 |
| Binary | 10000101 | 11111010 | 11011101 | 101111 | 0 | 1100 | 10 | 10100101 | 1011100 | 1001011 |
Color Harmonies of #85FADD
Complementary color
Monochromatic Colors of #85FADD
Black with #85FADD
Text Example
Text Example
White with #85FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FADD; }
p { color: rgb(133,250,221); }
H1.HeaderClassName
{
color: #85FADD;
}
.AnyTagClassName
{
color: #85FADD;
}
</style>
background-color css
<style>
a { background-color: #85FADD; }
a { background-color: rgb(133,250,221); }
div.DivClassName
{
background-color: #85FADD;
}
.BgClassName
{
background-color: #85FADD;
}
</style>
border-color css
<style>
span { border-color: #85FADD; }
span { border-color: rgb(133,250,221); }
td.TdClassName
{
border-color: #85FADD;
}
.TagClassName
{
border-color: #85FADD;
}
</style>