Shades of Aquamarine #8DF7D2
Tints of Aquamarine #8DF7D2
RGB
CMYK
RGB Variations
Color information
#8DF7D2 (or 0x8DF7D2) is known color: Aquamarine. HEX triplet: 8D, F7 and D2. RGB value is (141,247,210). Sum of RGB (Red+Green+Blue) = 141+247+210=598 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.58% from 598); Green value is 247 (96.88% from 255 or 41.30% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 247 - color contains mainly: green. Hex color #8DF7D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF7D2 is #72082D. Grayscale: #D3D3D3. Windows color (decimal): -7473198 or 13825933. OLE color: 13825933.
HSL color Cylindrical-coordinate representation of color #8DF7D2: hue angle of 159.06º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF7D2 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 247 | 210 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.03 |
| HSL | 159.06º | 0.87% | 0.76% | - |
| HSV(B) | 159.06º | 0.43% | 0.97% | - |
| XYZ | 55.88 | 76.84 | 72.86 | - |
| YUV | 211.09 | 127.38 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 247 | 210 | 0.43 | 0 | 0.15 | 0.03 | 159.06 | 0.87 | 0.76 |
| Hex | 8D | F7 | D2 | 2B | 0 | F | 3 | 9F | 57 | 4C |
| Octal | 215 | 367 | 322 | 53 | 0 | 17 | 3 | 237 | 127 | 114 |
| Binary | 10001101 | 11110111 | 11010010 | 101011 | 0 | 1111 | 11 | 10011111 | 1010111 | 1001100 |
Color Harmonies of #8DF7D2
Complementary color
Monochromatic Colors of #8DF7D2
Black with #8DF7D2
Text Example
Text Example
White with #8DF7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF7D2; }
p { color: rgb(141,247,210); }
H1.HeaderClassName
{
color: #8DF7D2;
}
.AnyTagClassName
{
color: #8DF7D2;
}
</style>
background-color css
<style>
a { background-color: #8DF7D2; }
a { background-color: rgb(141,247,210); }
div.DivClassName
{
background-color: #8DF7D2;
}
.BgClassName
{
background-color: #8DF7D2;
}
</style>
border-color css
<style>
span { border-color: #8DF7D2; }
span { border-color: rgb(141,247,210); }
td.TdClassName
{
border-color: #8DF7D2;
}
.TagClassName
{
border-color: #8DF7D2;
}
</style>