Shades of Aquamarine #8FFDBF
Tints of Aquamarine #8FFDBF
RGB
CMYK
RGB Variations
Color information
#8FFDBF (or 0x8FFDBF) is known color: Aquamarine. HEX triplet: 8F, FD and BF. RGB value is (143,253,191). Sum of RGB (Red+Green+Blue) = 143+253+191=587 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.36% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #8FFDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFDBF is #700240. Grayscale: #D5D5D5. Windows color (decimal): -7340609 or 12582287. OLE color: 12582287.
HSL color Cylindrical-coordinate representation of color #8FFDBF: hue angle of 146.18º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFDBF is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 253 | 191 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.01 |
| HSL | 146.18º | 0.96% | 0.78% | - |
| HSV(B) | 146.18º | 0.43% | 0.99% | - |
| XYZ | 55.86 | 79.85 | 61.76 | - |
| YUV | 213.04 | 115.56 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 253 | 191 | 0.43 | 0 | 0.25 | 0.01 | 146.18 | 0.96 | 0.78 |
| Hex | 8F | FD | BF | 2B | 0 | 19 | 1 | 92 | 60 | 4E |
| Octal | 217 | 375 | 277 | 53 | 0 | 31 | 1 | 222 | 140 | 116 |
| Binary | 10001111 | 11111101 | 10111111 | 101011 | 0 | 11001 | 1 | 10010010 | 1100000 | 1001110 |
Color Harmonies of #8FFDBF
Complementary color
Monochromatic Colors of #8FFDBF
Black with #8FFDBF
Text Example
Text Example
White with #8FFDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFDBF; }
p { color: rgb(143,253,191); }
H1.HeaderClassName
{
color: #8FFDBF;
}
.AnyTagClassName
{
color: #8FFDBF;
}
</style>
background-color css
<style>
a { background-color: #8FFDBF; }
a { background-color: rgb(143,253,191); }
div.DivClassName
{
background-color: #8FFDBF;
}
.BgClassName
{
background-color: #8FFDBF;
}
</style>
border-color css
<style>
span { border-color: #8FFDBF; }
span { border-color: rgb(143,253,191); }
td.TdClassName
{
border-color: #8FFDBF;
}
.TagClassName
{
border-color: #8FFDBF;
}
</style>