Shades of Aquamarine #8DF7CB
Tints of Aquamarine #8DF7CB
RGB
CMYK
RGB Variations
Color information
#8DF7CB (or 0x8DF7CB) is known color: Aquamarine. HEX triplet: 8D, F7 and CB. RGB value is (141,247,203). Sum of RGB (Red+Green+Blue) = 141+247+203=591 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.86% from 591); Green value is 247 (96.88% from 255 or 41.79% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 247 - color contains mainly: green. Hex color #8DF7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF7CB is #720834. Grayscale: #D2D2D2. Windows color (decimal): -7473205 or 13367181. OLE color: 13367181.
HSL color Cylindrical-coordinate representation of color #8DF7CB: hue angle of 155.09º 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 #8DF7CB is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 247 | 203 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.03 |
| HSL | 155.09º | 0.87% | 0.76% | - |
| HSV(B) | 155.09º | 0.43% | 0.97% | - |
| XYZ | 55.02 | 76.5 | 68.37 | - |
| YUV | 210.29 | 123.88 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 247 | 203 | 0.43 | 0 | 0.18 | 0.03 | 155.09 | 0.87 | 0.76 |
| Hex | 8D | F7 | CB | 2B | 0 | 12 | 3 | 9B | 57 | 4C |
| Octal | 215 | 367 | 313 | 53 | 0 | 22 | 3 | 233 | 127 | 114 |
| Binary | 10001101 | 11110111 | 11001011 | 101011 | 0 | 10010 | 11 | 10011011 | 1010111 | 1001100 |
Color Harmonies of #8DF7CB
Complementary color
Monochromatic Colors of #8DF7CB
Black with #8DF7CB
Text Example
Text Example
White with #8DF7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF7CB; }
p { color: rgb(141,247,203); }
H1.HeaderClassName
{
color: #8DF7CB;
}
.AnyTagClassName
{
color: #8DF7CB;
}
</style>
background-color css
<style>
a { background-color: #8DF7CB; }
a { background-color: rgb(141,247,203); }
div.DivClassName
{
background-color: #8DF7CB;
}
.BgClassName
{
background-color: #8DF7CB;
}
</style>
border-color css
<style>
span { border-color: #8DF7CB; }
span { border-color: rgb(141,247,203); }
td.TdClassName
{
border-color: #8DF7CB;
}
.TagClassName
{
border-color: #8DF7CB;
}
</style>