Shades of Aquamarine #8DEED0
Tints of Aquamarine #8DEED0
RGB
CMYK
RGB Variations
Color information
#8DEED0 (or 0x8DEED0) is known color: Aquamarine. HEX triplet: 8D, EE and D0. RGB value is (141,238,208). Sum of RGB (Red+Green+Blue) = 141+238+208=587 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.02% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEED0 is #72112F. Grayscale: #CDCDCD. Windows color (decimal): -7475504 or 13692557. OLE color: 13692557.
HSL color Cylindrical-coordinate representation of color #8DEED0: hue angle of 161.44º 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 #8DEED0 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 238 | 208 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.07 |
| HSL | 161.44º | 0.74% | 0.74% | - |
| HSV(B) | 161.44º | 0.41% | 0.93% | - |
| XYZ | 52.94 | 71.37 | 70.66 | - |
| YUV | 205.58 | 129.36 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 208 | 0.41 | 0 | 0.13 | 0.07 | 161.44 | 0.74 | 0.74 |
| Hex | 8D | EE | D0 | 29 | 0 | D | 7 | A1 | 4A | 4A |
| Octal | 215 | 356 | 320 | 51 | 0 | 15 | 7 | 241 | 112 | 112 |
| Binary | 10001101 | 11101110 | 11010000 | 101001 | 0 | 1101 | 111 | 10100001 | 1001010 | 1001010 |
Color Harmonies of #8DEED0
Complementary color
Monochromatic Colors of #8DEED0
Black with #8DEED0
Text Example
Text Example
White with #8DEED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEED0; }
p { color: rgb(141,238,208); }
H1.HeaderClassName
{
color: #8DEED0;
}
.AnyTagClassName
{
color: #8DEED0;
}
</style>
background-color css
<style>
a { background-color: #8DEED0; }
a { background-color: rgb(141,238,208); }
div.DivClassName
{
background-color: #8DEED0;
}
.BgClassName
{
background-color: #8DEED0;
}
</style>
border-color css
<style>
span { border-color: #8DEED0; }
span { border-color: rgb(141,238,208); }
td.TdClassName
{
border-color: #8DEED0;
}
.TagClassName
{
border-color: #8DEED0;
}
</style>