Shades of Aquamarine #8DEEC2
Tints of Aquamarine #8DEEC2
RGB
CMYK
RGB Variations
Color information
#8DEEC2 (or 0x8DEEC2) is known color: Aquamarine. HEX triplet: 8D, EE and C2. RGB value is (141,238,194). Sum of RGB (Red+Green+Blue) = 141+238+194=573 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.61% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEEC2 is #72113D. Grayscale: #CCCCCC. Windows color (decimal): -7475518 or 12775053. OLE color: 12775053.
HSL color Cylindrical-coordinate representation of color #8DEEC2: hue angle of 152.78º 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 #8DEEC2 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 238 | 194 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.07 |
| HSL | 152.78º | 0.74% | 0.74% | - |
| HSV(B) | 152.78º | 0.41% | 0.93% | - |
| XYZ | 51.3 | 70.71 | 61.98 | - |
| YUV | 203.98 | 122.36 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 194 | 0.41 | 0 | 0.18 | 0.07 | 152.78 | 0.74 | 0.74 |
| Hex | 8D | EE | C2 | 29 | 0 | 12 | 7 | 99 | 4A | 4A |
| Octal | 215 | 356 | 302 | 51 | 0 | 22 | 7 | 231 | 112 | 112 |
| Binary | 10001101 | 11101110 | 11000010 | 101001 | 0 | 10010 | 111 | 10011001 | 1001010 | 1001010 |
Color Harmonies of #8DEEC2
Complementary color
Monochromatic Colors of #8DEEC2
Black with #8DEEC2
Text Example
Text Example
White with #8DEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEEC2; }
p { color: rgb(141,238,194); }
H1.HeaderClassName
{
color: #8DEEC2;
}
.AnyTagClassName
{
color: #8DEEC2;
}
</style>
background-color css
<style>
a { background-color: #8DEEC2; }
a { background-color: rgb(141,238,194); }
div.DivClassName
{
background-color: #8DEEC2;
}
.BgClassName
{
background-color: #8DEEC2;
}
</style>
border-color css
<style>
span { border-color: #8DEEC2; }
span { border-color: rgb(141,238,194); }
td.TdClassName
{
border-color: #8DEEC2;
}
.TagClassName
{
border-color: #8DEEC2;
}
</style>