Shades of Aquamarine #8CFEBE
Tints of Aquamarine #8CFEBE
RGB
CMYK
RGB Variations
Color information
#8CFEBE (or 0x8CFEBE) is known color: Aquamarine. HEX triplet: 8C, FE and BE. RGB value is (140,254,190). Sum of RGB (Red+Green+Blue) = 140+254+190=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEBE is #730141. Grayscale: #D4D4D4. Windows color (decimal): -7536962 or 12517004. OLE color: 12517004.
HSL color Cylindrical-coordinate representation of color #8CFEBE: hue angle of 146.32º 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 #8CFEBE is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 190 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.00 |
| HSL | 146.32º | 0.98% | 0.77% | - |
| HSV(B) | 146.32º | 0.45% | 1% | - |
| XYZ | 55.55 | 80.18 | 61.26 | - |
| YUV | 212.62 | 115.23 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 190 | 0.45 | 0 | 0.25 | 0.00 | 146.32 | 0.98 | 0.77 |
| Hex | 8C | FE | BE | 2D | 0 | 19 | 0 | 92 | 62 | 4D |
| Octal | 214 | 376 | 276 | 55 | 0 | 31 | 0 | 222 | 142 | 115 |
| Binary | 10001100 | 11111110 | 10111110 | 101101 | 0 | 11001 | 0 | 10010010 | 1100010 | 1001101 |
Color Harmonies of #8CFEBE
Complementary color
Monochromatic Colors of #8CFEBE
Black with #8CFEBE
Text Example
Text Example
White with #8CFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEBE; }
p { color: rgb(140,254,190); }
H1.HeaderClassName
{
color: #8CFEBE;
}
.AnyTagClassName
{
color: #8CFEBE;
}
</style>
background-color css
<style>
a { background-color: #8CFEBE; }
a { background-color: rgb(140,254,190); }
div.DivClassName
{
background-color: #8CFEBE;
}
.BgClassName
{
background-color: #8CFEBE;
}
</style>
border-color css
<style>
span { border-color: #8CFEBE; }
span { border-color: rgb(140,254,190); }
td.TdClassName
{
border-color: #8CFEBE;
}
.TagClassName
{
border-color: #8CFEBE;
}
</style>