Shades of Aquamarine #85FFCA
Tints of Aquamarine #85FFCA
RGB
CMYK
RGB Variations
Color information
#85FFCA (or 0x85FFCA) is known color: Aquamarine. HEX triplet: 85, FF and CA. RGB value is (133,255,202). Sum of RGB (Red+Green+Blue) = 133+255+202=590 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.54% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFCA is #7A0035. Grayscale: #D4D4D4. Windows color (decimal): -7995446 or 13303685. OLE color: 13303685.
HSL color Cylindrical-coordinate representation of color #85FFCA: hue angle of 153.93º 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 #85FFCA is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 202 | - |
| CMYK | 0.48 | 0 | 0.21 | 0 |
| HSL | 153.93º | 1% | 0.76% | - |
| HSV(B) | 153.93º | 0.48% | 1% | - |
| XYZ | 56.09 | 80.77 | 68.51 | - |
| YUV | 212.48 | 122.08 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 202 | 0.48 | 0 | 0.21 | 0 | 153.93 | 1 | 0.76 |
| Hex | 85 | FF | CA | 30 | 0 | 15 | 0 | 9A | 64 | 4C |
| Octal | 205 | 377 | 312 | 60 | 0 | 25 | 0 | 232 | 144 | 114 |
| Binary | 10000101 | 11111111 | 11001010 | 110000 | 0 | 10101 | 0 | 10011010 | 1100100 | 1001100 |
Color Harmonies of #85FFCA
Complementary color
Monochromatic Colors of #85FFCA
Black with #85FFCA
Text Example
Text Example
White with #85FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFCA; }
p { color: rgb(133,255,202); }
H1.HeaderClassName
{
color: #85FFCA;
}
.AnyTagClassName
{
color: #85FFCA;
}
</style>
background-color css
<style>
a { background-color: #85FFCA; }
a { background-color: rgb(133,255,202); }
div.DivClassName
{
background-color: #85FFCA;
}
.BgClassName
{
background-color: #85FFCA;
}
</style>
border-color css
<style>
span { border-color: #85FFCA; }
span { border-color: rgb(133,255,202); }
td.TdClassName
{
border-color: #85FFCA;
}
.TagClassName
{
border-color: #85FFCA;
}
</style>