Shades of Aquamarine #85FACA
Tints of Aquamarine #85FACA
RGB
CMYK
RGB Variations
Color information
#85FACA (or 0x85FACA) is known color: Aquamarine. HEX triplet: 85, FA and CA. RGB value is (133,250,202). Sum of RGB (Red+Green+Blue) = 133+250+202=585 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.74% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #85FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FACA is #7A0535. Grayscale: #D1D1D1. Windows color (decimal): -7996726 or 13302405. OLE color: 13302405.
HSL color Cylindrical-coordinate representation of color #85FACA: hue angle of 155.38º 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 #85FACA is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 202 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.02 |
| HSL | 155.38º | 0.92% | 0.75% | - |
| HSV(B) | 155.38º | 0.47% | 0.98% | - |
| XYZ | 54.52 | 77.62 | 67.99 | - |
| YUV | 209.55 | 123.74 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 202 | 0.47 | 0 | 0.19 | 0.02 | 155.38 | 0.92 | 0.75 |
| Hex | 85 | FA | CA | 2F | 0 | 13 | 2 | 9B | 5C | 4B |
| Octal | 205 | 372 | 312 | 57 | 0 | 23 | 2 | 233 | 134 | 113 |
| Binary | 10000101 | 11111010 | 11001010 | 101111 | 0 | 10011 | 10 | 10011011 | 1011100 | 1001011 |
Color Harmonies of #85FACA
Complementary color
Monochromatic Colors of #85FACA
Black with #85FACA
Text Example
Text Example
White with #85FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FACA; }
p { color: rgb(133,250,202); }
H1.HeaderClassName
{
color: #85FACA;
}
.AnyTagClassName
{
color: #85FACA;
}
</style>
background-color css
<style>
a { background-color: #85FACA; }
a { background-color: rgb(133,250,202); }
div.DivClassName
{
background-color: #85FACA;
}
.BgClassName
{
background-color: #85FACA;
}
</style>
border-color css
<style>
span { border-color: #85FACA; }
span { border-color: rgb(133,250,202); }
td.TdClassName
{
border-color: #85FACA;
}
.TagClassName
{
border-color: #85FACA;
}
</style>