Shades of Aquamarine #8DEFDF
Tints of Aquamarine #8DEFDF
RGB
CMYK
RGB Variations
Color information
#8DEFDF (or 0x8DEFDF) is known color: Aquamarine. HEX triplet: 8D, EF and DF. RGB value is (141,239,223). Sum of RGB (Red+Green+Blue) = 141+239+223=603 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.38% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEFDF is #721020. Grayscale: #CFCFCF. Windows color (decimal): -7475233 or 14675853. OLE color: 14675853.
HSL color Cylindrical-coordinate representation of color #8DEFDF: hue angle of 170.2º 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 #8DEFDF is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 239 | 223 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.06 |
| HSL | 170.2º | 0.75% | 0.75% | - |
| HSV(B) | 170.2º | 0.41% | 0.94% | - |
| XYZ | 55.17 | 72.72 | 80.94 | - |
| YUV | 207.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 239 | 223 | 0.41 | 0 | 0.07 | 0.06 | 170.2 | 0.75 | 0.75 |
| Hex | 8D | EF | DF | 29 | 0 | 7 | 6 | AA | 4B | 4B |
| Octal | 215 | 357 | 337 | 51 | 0 | 7 | 6 | 252 | 113 | 113 |
| Binary | 10001101 | 11101111 | 11011111 | 101001 | 0 | 111 | 110 | 10101010 | 1001011 | 1001011 |
Color Harmonies of #8DEFDF
Complementary color
Monochromatic Colors of #8DEFDF
Black with #8DEFDF
Text Example
Text Example
White with #8DEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEFDF; }
p { color: rgb(141,239,223); }
H1.HeaderClassName
{
color: #8DEFDF;
}
.AnyTagClassName
{
color: #8DEFDF;
}
</style>
background-color css
<style>
a { background-color: #8DEFDF; }
a { background-color: rgb(141,239,223); }
div.DivClassName
{
background-color: #8DEFDF;
}
.BgClassName
{
background-color: #8DEFDF;
}
</style>
border-color css
<style>
span { border-color: #8DEFDF; }
span { border-color: rgb(141,239,223); }
td.TdClassName
{
border-color: #8DEFDF;
}
.TagClassName
{
border-color: #8DEFDF;
}
</style>