Shades of Aquamarine #8FFFD4
Tints of Aquamarine #8FFFD4
RGB
CMYK
RGB Variations
Color information
#8FFFD4 (or 0x8FFFD4) is known color: Aquamarine. HEX triplet: 8F, FF and D4. RGB value is (143,255,212). Sum of RGB (Red+Green+Blue) = 143+255+212=610 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.44% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFD4 is #70002B. Grayscale: #D8D8D8. Windows color (decimal): -7340076 or 13959055. OLE color: 13959055.
HSL color Cylindrical-coordinate representation of color #8FFFD4: hue angle of 156.96º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFFD4 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 212 | - |
| CMYK | 0.44 | 0 | 0.17 | 0 |
| HSL | 156.96º | 1% | 0.78% | - |
| HSV(B) | 156.96º | 0.44% | 1% | - |
| XYZ | 58.97 | 82.11 | 75.03 | - |
| YUV | 216.61 | 125.39 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 212 | 0.44 | 0 | 0.17 | 0 | 156.96 | 1 | 0.78 |
| Hex | 8F | FF | D4 | 2C | 0 | 11 | 0 | 9D | 64 | 4E |
| Octal | 217 | 377 | 324 | 54 | 0 | 21 | 0 | 235 | 144 | 116 |
| Binary | 10001111 | 11111111 | 11010100 | 101100 | 0 | 10001 | 0 | 10011101 | 1100100 | 1001110 |
Color Harmonies of #8FFFD4
Complementary color
Monochromatic Colors of #8FFFD4
Black with #8FFFD4
Text Example
Text Example
White with #8FFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFD4; }
p { color: rgb(143,255,212); }
H1.HeaderClassName
{
color: #8FFFD4;
}
.AnyTagClassName
{
color: #8FFFD4;
}
</style>
background-color css
<style>
a { background-color: #8FFFD4; }
a { background-color: rgb(143,255,212); }
div.DivClassName
{
background-color: #8FFFD4;
}
.BgClassName
{
background-color: #8FFFD4;
}
</style>
border-color css
<style>
span { border-color: #8FFFD4; }
span { border-color: rgb(143,255,212); }
td.TdClassName
{
border-color: #8FFFD4;
}
.TagClassName
{
border-color: #8FFFD4;
}
</style>