Shades of Aquamarine #8CF2CF
Tints of Aquamarine #8CF2CF
RGB
CMYK
RGB Variations
Color information
#8CF2CF (or 0x8CF2CF) is known color: Aquamarine. HEX triplet: 8C, F2 and CF. RGB value is (140,242,207). Sum of RGB (Red+Green+Blue) = 140+242+207=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF2CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF2CF is #730D30. Grayscale: #CFCFCF. Windows color (decimal): -7540017 or 13628044. OLE color: 13628044.
HSL color Cylindrical-coordinate representation of color #8CF2CF: hue angle of 159.41º 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 #8CF2CF is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 207 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.05 |
| HSL | 159.41º | 0.8% | 0.75% | - |
| HSV(B) | 159.41º | 0.42% | 0.95% | - |
| XYZ | 53.83 | 73.58 | 70.4 | - |
| YUV | 207.51 | 127.71 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 207 | 0.42 | 0 | 0.14 | 0.05 | 159.41 | 0.8 | 0.75 |
| Hex | 8C | F2 | CF | 2A | 0 | E | 5 | 9F | 50 | 4B |
| Octal | 214 | 362 | 317 | 52 | 0 | 16 | 5 | 237 | 120 | 113 |
| Binary | 10001100 | 11110010 | 11001111 | 101010 | 0 | 1110 | 101 | 10011111 | 1010000 | 1001011 |
Color Harmonies of #8CF2CF
Complementary color
Monochromatic Colors of #8CF2CF
Black with #8CF2CF
Text Example
Text Example
White with #8CF2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF2CF; }
p { color: rgb(140,242,207); }
H1.HeaderClassName
{
color: #8CF2CF;
}
.AnyTagClassName
{
color: #8CF2CF;
}
</style>
background-color css
<style>
a { background-color: #8CF2CF; }
a { background-color: rgb(140,242,207); }
div.DivClassName
{
background-color: #8CF2CF;
}
.BgClassName
{
background-color: #8CF2CF;
}
</style>
border-color css
<style>
span { border-color: #8CF2CF; }
span { border-color: rgb(140,242,207); }
td.TdClassName
{
border-color: #8CF2CF;
}
.TagClassName
{
border-color: #8CF2CF;
}
</style>