Shades of Aquamarine #8CFACA
Tints of Aquamarine #8CFACA
RGB
CMYK
RGB Variations
Color information
#8CFACA (or 0x8CFACA) is known color: Aquamarine. HEX triplet: 8C, FA and CA. RGB value is (140,250,202). Sum of RGB (Red+Green+Blue) = 140+250+202=592 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.65% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFACA is #730535. Grayscale: #D3D3D3. Windows color (decimal): -7537974 or 13302412. OLE color: 13302412.
HSL color Cylindrical-coordinate representation of color #8CFACA: hue angle of 153.82º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFACA is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 202 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.02 |
| HSL | 153.82º | 0.92% | 0.76% | - |
| HSV(B) | 153.82º | 0.44% | 0.98% | - |
| XYZ | 55.66 | 78.21 | 68.04 | - |
| YUV | 211.64 | 122.56 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 202 | 0.44 | 0 | 0.19 | 0.02 | 153.82 | 0.92 | 0.76 |
| Hex | 8C | FA | CA | 2C | 0 | 13 | 2 | 9A | 5C | 4C |
| Octal | 214 | 372 | 312 | 54 | 0 | 23 | 2 | 232 | 134 | 114 |
| Binary | 10001100 | 11111010 | 11001010 | 101100 | 0 | 10011 | 10 | 10011010 | 1011100 | 1001100 |
Color Harmonies of #8CFACA
Complementary color
Monochromatic Colors of #8CFACA
Black with #8CFACA
Text Example
Text Example
White with #8CFACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFACA; }
p { color: rgb(140,250,202); }
H1.HeaderClassName
{
color: #8CFACA;
}
.AnyTagClassName
{
color: #8CFACA;
}
</style>
background-color css
<style>
a { background-color: #8CFACA; }
a { background-color: rgb(140,250,202); }
div.DivClassName
{
background-color: #8CFACA;
}
.BgClassName
{
background-color: #8CFACA;
}
</style>
border-color css
<style>
span { border-color: #8CFACA; }
span { border-color: rgb(140,250,202); }
td.TdClassName
{
border-color: #8CFACA;
}
.TagClassName
{
border-color: #8CFACA;
}
</style>