Shades of Aquamarine #8CEEC1
Tints of Aquamarine #8CEEC1
RGB
CMYK
RGB Variations
Color information
#8CEEC1 (or 0x8CEEC1) is known color: Aquamarine. HEX triplet: 8C, EE and C1. RGB value is (140,238,193). Sum of RGB (Red+Green+Blue) = 140+238+193=571 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.52% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEEC1 is #73113E. Grayscale: #CBCBCB. Windows color (decimal): -7541055 or 12709516. OLE color: 12709516.
HSL color Cylindrical-coordinate representation of color #8CEEC1: hue angle of 152.45º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEEC1 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 238 | 193 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.07 |
| HSL | 152.45º | 0.74% | 0.74% | - |
| HSV(B) | 152.45º | 0.41% | 0.93% | - |
| XYZ | 51.02 | 70.57 | 61.39 | - |
| YUV | 203.57 | 122.03 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 238 | 193 | 0.41 | 0 | 0.19 | 0.07 | 152.45 | 0.74 | 0.74 |
| Hex | 8C | EE | C1 | 29 | 0 | 13 | 7 | 98 | 4A | 4A |
| Octal | 214 | 356 | 301 | 51 | 0 | 23 | 7 | 230 | 112 | 112 |
| Binary | 10001100 | 11101110 | 11000001 | 101001 | 0 | 10011 | 111 | 10011000 | 1001010 | 1001010 |
Color Harmonies of #8CEEC1
Complementary color
Monochromatic Colors of #8CEEC1
Black with #8CEEC1
Text Example
Text Example
White with #8CEEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEEC1; }
p { color: rgb(140,238,193); }
H1.HeaderClassName
{
color: #8CEEC1;
}
.AnyTagClassName
{
color: #8CEEC1;
}
</style>
background-color css
<style>
a { background-color: #8CEEC1; }
a { background-color: rgb(140,238,193); }
div.DivClassName
{
background-color: #8CEEC1;
}
.BgClassName
{
background-color: #8CEEC1;
}
</style>
border-color css
<style>
span { border-color: #8CEEC1; }
span { border-color: rgb(140,238,193); }
td.TdClassName
{
border-color: #8CEEC1;
}
.TagClassName
{
border-color: #8CEEC1;
}
</style>