Shades of Aquamarine #8DEFDB
Tints of Aquamarine #8DEFDB
RGB
CMYK
RGB Variations
Color information
#8DEFDB (or 0x8DEFDB) is known color: Aquamarine. HEX triplet: 8D, EF and DB. RGB value is (141,239,219). Sum of RGB (Red+Green+Blue) = 141+239+219=599 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.54% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEFDB is #721024. Grayscale: #CFCFCF. Windows color (decimal): -7475237 or 14413709. OLE color: 14413709.
HSL color Cylindrical-coordinate representation of color #8DEFDB: hue angle of 167.76º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEFDB is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 239 | 219 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.06 |
| HSL | 167.76º | 0.75% | 0.75% | - |
| HSV(B) | 167.76º | 0.41% | 0.94% | - |
| XYZ | 54.64 | 72.51 | 78.13 | - |
| YUV | 207.42 | 134.53 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 239 | 219 | 0.41 | 0 | 0.08 | 0.06 | 167.76 | 0.75 | 0.75 |
| Hex | 8D | EF | DB | 29 | 0 | 8 | 6 | A8 | 4B | 4B |
| Octal | 215 | 357 | 333 | 51 | 0 | 10 | 6 | 250 | 113 | 113 |
| Binary | 10001101 | 11101111 | 11011011 | 101001 | 0 | 1000 | 110 | 10101000 | 1001011 | 1001011 |
Color Harmonies of #8DEFDB
Complementary color
Monochromatic Colors of #8DEFDB
Black with #8DEFDB
Text Example
Text Example
White with #8DEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEFDB; }
p { color: rgb(141,239,219); }
H1.HeaderClassName
{
color: #8DEFDB;
}
.AnyTagClassName
{
color: #8DEFDB;
}
</style>
background-color css
<style>
a { background-color: #8DEFDB; }
a { background-color: rgb(141,239,219); }
div.DivClassName
{
background-color: #8DEFDB;
}
.BgClassName
{
background-color: #8DEFDB;
}
</style>
border-color css
<style>
span { border-color: #8DEFDB; }
span { border-color: rgb(141,239,219); }
td.TdClassName
{
border-color: #8DEFDB;
}
.TagClassName
{
border-color: #8DEFDB;
}
</style>