Shades of Aquamarine #8CFEC5
Tints of Aquamarine #8CFEC5
RGB
CMYK
RGB Variations
Color information
#8CFEC5 (or 0x8CFEC5) is known color: Aquamarine. HEX triplet: 8C, FE and C5. RGB value is (140,254,197). Sum of RGB (Red+Green+Blue) = 140+254+197=591 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.69% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEC5 is #73013A. Grayscale: #D5D5D5. Windows color (decimal): -7536955 or 12975756. OLE color: 12975756.
HSL color Cylindrical-coordinate representation of color #8CFEC5: hue angle of 150º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFEC5 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 197 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.00 |
| HSL | 150º | 0.98% | 0.77% | - |
| HSV(B) | 150º | 0.45% | 1% | - |
| XYZ | 56.34 | 80.49 | 65.39 | - |
| YUV | 213.42 | 118.73 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 197 | 0.45 | 0 | 0.22 | 0.00 | 150 | 0.98 | 0.77 |
| Hex | 8C | FE | C5 | 2D | 0 | 16 | 0 | 96 | 62 | 4D |
| Octal | 214 | 376 | 305 | 55 | 0 | 26 | 0 | 226 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11000101 | 101101 | 0 | 10110 | 0 | 10010110 | 1100010 | 1001101 |
Color Harmonies of #8CFEC5
Complementary color
Monochromatic Colors of #8CFEC5
Black with #8CFEC5
Text Example
Text Example
White with #8CFEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEC5; }
p { color: rgb(140,254,197); }
H1.HeaderClassName
{
color: #8CFEC5;
}
.AnyTagClassName
{
color: #8CFEC5;
}
</style>
background-color css
<style>
a { background-color: #8CFEC5; }
a { background-color: rgb(140,254,197); }
div.DivClassName
{
background-color: #8CFEC5;
}
.BgClassName
{
background-color: #8CFEC5;
}
</style>
border-color css
<style>
span { border-color: #8CFEC5; }
span { border-color: rgb(140,254,197); }
td.TdClassName
{
border-color: #8CFEC5;
}
.TagClassName
{
border-color: #8CFEC5;
}
</style>