Shades of Aquamarine #8CF1C1
Tints of Aquamarine #8CF1C1
RGB
CMYK
RGB Variations
Color information
#8CF1C1 (or 0x8CF1C1) is known color: Aquamarine. HEX triplet: 8C, F1 and C1. RGB value is (140,241,193). Sum of RGB (Red+Green+Blue) = 140+241+193=574 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.39% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF1C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF1C1 is #730E3E. Grayscale: #CDCDCD. Windows color (decimal): -7540287 or 12710284. OLE color: 12710284.
HSL color Cylindrical-coordinate representation of color #8CF1C1: hue angle of 151.49º degrees, saturation: 0.78, 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 #8CF1C1 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 193 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.05 |
| HSL | 151.49º | 0.78% | 0.75% | - |
| HSV(B) | 151.49º | 0.42% | 0.95% | - |
| XYZ | 51.9 | 72.34 | 61.68 | - |
| YUV | 205.33 | 121.04 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 193 | 0.42 | 0 | 0.20 | 0.05 | 151.49 | 0.78 | 0.75 |
| Hex | 8C | F1 | C1 | 2A | 0 | 14 | 5 | 97 | 4E | 4B |
| Octal | 214 | 361 | 301 | 52 | 0 | 24 | 5 | 227 | 116 | 113 |
| Binary | 10001100 | 11110001 | 11000001 | 101010 | 0 | 10100 | 101 | 10010111 | 1001110 | 1001011 |
Color Harmonies of #8CF1C1
Complementary color
Monochromatic Colors of #8CF1C1
Black with #8CF1C1
Text Example
Text Example
White with #8CF1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF1C1; }
p { color: rgb(140,241,193); }
H1.HeaderClassName
{
color: #8CF1C1;
}
.AnyTagClassName
{
color: #8CF1C1;
}
</style>
background-color css
<style>
a { background-color: #8CF1C1; }
a { background-color: rgb(140,241,193); }
div.DivClassName
{
background-color: #8CF1C1;
}
.BgClassName
{
background-color: #8CF1C1;
}
</style>
border-color css
<style>
span { border-color: #8CF1C1; }
span { border-color: rgb(140,241,193); }
td.TdClassName
{
border-color: #8CF1C1;
}
.TagClassName
{
border-color: #8CF1C1;
}
</style>