Shades of Aquamarine #85F8CA
Tints of Aquamarine #85F8CA
RGB
CMYK
RGB Variations
Color information
#85F8CA (or 0x85F8CA) is known color: Aquamarine. HEX triplet: 85, F8 and CA. RGB value is (133,248,202). Sum of RGB (Red+Green+Blue) = 133+248+202=583 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.81% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #85F8CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F8CA is #7A0735. Grayscale: #D0D0D0. Windows color (decimal): -7997238 or 13301893. OLE color: 13301893.
HSL color Cylindrical-coordinate representation of color #85F8CA: hue angle of 156º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F8CA is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 248 | 202 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.03 |
| HSL | 156º | 0.89% | 0.75% | - |
| HSV(B) | 156º | 0.46% | 0.97% | - |
| XYZ | 53.9 | 76.39 | 67.78 | - |
| YUV | 208.37 | 124.4 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 248 | 202 | 0.46 | 0 | 0.19 | 0.03 | 156 | 0.89 | 0.75 |
| Hex | 85 | F8 | CA | 2E | 0 | 13 | 3 | 9C | 59 | 4B |
| Octal | 205 | 370 | 312 | 56 | 0 | 23 | 3 | 234 | 131 | 113 |
| Binary | 10000101 | 11111000 | 11001010 | 101110 | 0 | 10011 | 11 | 10011100 | 1011001 | 1001011 |
Color Harmonies of #85F8CA
Complementary color
Monochromatic Colors of #85F8CA
Black with #85F8CA
Text Example
Text Example
White with #85F8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F8CA; }
p { color: rgb(133,248,202); }
H1.HeaderClassName
{
color: #85F8CA;
}
.AnyTagClassName
{
color: #85F8CA;
}
</style>
background-color css
<style>
a { background-color: #85F8CA; }
a { background-color: rgb(133,248,202); }
div.DivClassName
{
background-color: #85F8CA;
}
.BgClassName
{
background-color: #85F8CA;
}
</style>
border-color css
<style>
span { border-color: #85F8CA; }
span { border-color: rgb(133,248,202); }
td.TdClassName
{
border-color: #85F8CA;
}
.TagClassName
{
border-color: #85F8CA;
}
</style>