Shades of Aquamarine #8EF3CB
Tints of Aquamarine #8EF3CB
RGB
CMYK
RGB Variations
Color information
#8EF3CB (or 0x8EF3CB) is known color: Aquamarine. HEX triplet: 8E, F3 and CB. RGB value is (142,243,203). Sum of RGB (Red+Green+Blue) = 142+243+203=588 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.15% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #8EF3CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF3CB is #710C34. Grayscale: #D0D0D0. Windows color (decimal): -7408693 or 13366158. OLE color: 13366158.
HSL color Cylindrical-coordinate representation of color #8EF3CB: hue angle of 156.24º degrees, saturation: 0.81, 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 #8EF3CB is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 243 | 203 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.05 |
| HSL | 156.24º | 0.81% | 0.75% | - |
| HSV(B) | 156.24º | 0.42% | 0.95% | - |
| XYZ | 53.99 | 74.16 | 67.97 | - |
| YUV | 208.24 | 125.04 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 243 | 203 | 0.42 | 0 | 0.16 | 0.05 | 156.24 | 0.81 | 0.75 |
| Hex | 8E | F3 | CB | 2A | 0 | 10 | 5 | 9C | 51 | 4B |
| Octal | 216 | 363 | 313 | 52 | 0 | 20 | 5 | 234 | 121 | 113 |
| Binary | 10001110 | 11110011 | 11001011 | 101010 | 0 | 10000 | 101 | 10011100 | 1010001 | 1001011 |
Color Harmonies of #8EF3CB
Complementary color
Monochromatic Colors of #8EF3CB
Black with #8EF3CB
Text Example
Text Example
White with #8EF3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF3CB; }
p { color: rgb(142,243,203); }
H1.HeaderClassName
{
color: #8EF3CB;
}
.AnyTagClassName
{
color: #8EF3CB;
}
</style>
background-color css
<style>
a { background-color: #8EF3CB; }
a { background-color: rgb(142,243,203); }
div.DivClassName
{
background-color: #8EF3CB;
}
.BgClassName
{
background-color: #8EF3CB;
}
</style>
border-color css
<style>
span { border-color: #8EF3CB; }
span { border-color: rgb(142,243,203); }
td.TdClassName
{
border-color: #8EF3CB;
}
.TagClassName
{
border-color: #8EF3CB;
}
</style>