Shades of Aquamarine #85FCDE
Tints of Aquamarine #85FCDE
RGB
CMYK
RGB Variations
Color information
#85FCDE (or 0x85FCDE) is known color: Aquamarine. HEX triplet: 85, FC and DE. RGB value is (133,252,222). Sum of RGB (Red+Green+Blue) = 133+252+222=607 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.91% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FCDE is #7A0321. Grayscale: #D5D5D5. Windows color (decimal): -7996194 or 14613637. OLE color: 14613637.
HSL color Cylindrical-coordinate representation of color #85FCDE: hue angle of 164.87º 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 #85FCDE is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 252 | 222 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.01 |
| HSL | 164.87º | 0.95% | 0.75% | - |
| HSV(B) | 164.87º | 0.47% | 0.99% | - |
| XYZ | 57.67 | 79.88 | 81.49 | - |
| YUV | 213 | 133.08 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 252 | 222 | 0.47 | 0 | 0.12 | 0.01 | 164.87 | 0.95 | 0.75 |
| Hex | 85 | FC | DE | 2F | 0 | C | 1 | A5 | 5F | 4B |
| Octal | 205 | 374 | 336 | 57 | 0 | 14 | 1 | 245 | 137 | 113 |
| Binary | 10000101 | 11111100 | 11011110 | 101111 | 0 | 1100 | 1 | 10100101 | 1011111 | 1001011 |
Color Harmonies of #85FCDE
Complementary color
Monochromatic Colors of #85FCDE
Black with #85FCDE
Text Example
Text Example
White with #85FCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FCDE; }
p { color: rgb(133,252,222); }
H1.HeaderClassName
{
color: #85FCDE;
}
.AnyTagClassName
{
color: #85FCDE;
}
</style>
background-color css
<style>
a { background-color: #85FCDE; }
a { background-color: rgb(133,252,222); }
div.DivClassName
{
background-color: #85FCDE;
}
.BgClassName
{
background-color: #85FCDE;
}
</style>
border-color css
<style>
span { border-color: #85FCDE; }
span { border-color: rgb(133,252,222); }
td.TdClassName
{
border-color: #85FCDE;
}
.TagClassName
{
border-color: #85FCDE;
}
</style>