Shades of Aquamarine #8CF2C1
Tints of Aquamarine #8CF2C1
RGB
CMYK
RGB Variations
Color information
#8CF2C1 (or 0x8CF2C1) is known color: Aquamarine. HEX triplet: 8C, F2 and C1. RGB value is (140,242,193). Sum of RGB (Red+Green+Blue) = 140+242+193=575 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.35% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF2C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF2C1 is #730D3E. Grayscale: #CECECE. Windows color (decimal): -7540031 or 12710540. OLE color: 12710540.
HSL color Cylindrical-coordinate representation of color #8CF2C1: hue angle of 151.18º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF2C1 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 193 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.05 |
| HSL | 151.18º | 0.8% | 0.75% | - |
| HSV(B) | 151.18º | 0.42% | 0.95% | - |
| XYZ | 52.19 | 72.93 | 61.78 | - |
| YUV | 205.92 | 120.71 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 193 | 0.42 | 0 | 0.20 | 0.05 | 151.18 | 0.8 | 0.75 |
| Hex | 8C | F2 | C1 | 2A | 0 | 14 | 5 | 97 | 50 | 4B |
| Octal | 214 | 362 | 301 | 52 | 0 | 24 | 5 | 227 | 120 | 113 |
| Binary | 10001100 | 11110010 | 11000001 | 101010 | 0 | 10100 | 101 | 10010111 | 1010000 | 1001011 |
Color Harmonies of #8CF2C1
Complementary color
Monochromatic Colors of #8CF2C1
Black with #8CF2C1
Text Example
Text Example
White with #8CF2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF2C1; }
p { color: rgb(140,242,193); }
H1.HeaderClassName
{
color: #8CF2C1;
}
.AnyTagClassName
{
color: #8CF2C1;
}
</style>
background-color css
<style>
a { background-color: #8CF2C1; }
a { background-color: rgb(140,242,193); }
div.DivClassName
{
background-color: #8CF2C1;
}
.BgClassName
{
background-color: #8CF2C1;
}
</style>
border-color css
<style>
span { border-color: #8CF2C1; }
span { border-color: rgb(140,242,193); }
td.TdClassName
{
border-color: #8CF2C1;
}
.TagClassName
{
border-color: #8CF2C1;
}
</style>