Shades of Aquamarine #85FFCD
Tints of Aquamarine #85FFCD
RGB
CMYK
RGB Variations
Color information
#85FFCD (or 0x85FFCD) is known color: Aquamarine. HEX triplet: 85, FF and CD. RGB value is (133,255,205). Sum of RGB (Red+Green+Blue) = 133+255+205=593 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.43% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFCD is #7A0032. Grayscale: #D4D4D4. Windows color (decimal): -7995443 or 13500293. OLE color: 13500293.
HSL color Cylindrical-coordinate representation of color #85FFCD: hue angle of 155.41º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FFCD is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 205 | - |
| CMYK | 0.48 | 0 | 0.20 | 0 |
| HSL | 155.41º | 1% | 0.76% | - |
| HSV(B) | 155.41º | 0.48% | 1% | - |
| XYZ | 56.45 | 80.91 | 70.4 | - |
| YUV | 212.82 | 123.58 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 205 | 0.48 | 0 | 0.20 | 0 | 155.41 | 1 | 0.76 |
| Hex | 85 | FF | CD | 30 | 0 | 14 | 0 | 9B | 64 | 4C |
| Octal | 205 | 377 | 315 | 60 | 0 | 24 | 0 | 233 | 144 | 114 |
| Binary | 10000101 | 11111111 | 11001101 | 110000 | 0 | 10100 | 0 | 10011011 | 1100100 | 1001100 |
Color Harmonies of #85FFCD
Complementary color
Monochromatic Colors of #85FFCD
Black with #85FFCD
Text Example
Text Example
White with #85FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFCD; }
p { color: rgb(133,255,205); }
H1.HeaderClassName
{
color: #85FFCD;
}
.AnyTagClassName
{
color: #85FFCD;
}
</style>
background-color css
<style>
a { background-color: #85FFCD; }
a { background-color: rgb(133,255,205); }
div.DivClassName
{
background-color: #85FFCD;
}
.BgClassName
{
background-color: #85FFCD;
}
</style>
border-color css
<style>
span { border-color: #85FFCD; }
span { border-color: rgb(133,255,205); }
td.TdClassName
{
border-color: #85FFCD;
}
.TagClassName
{
border-color: #85FFCD;
}
</style>