Shades of Aquamarine #8FFDBD
Tints of Aquamarine #8FFDBD
RGB
CMYK
RGB Variations
Color information
#8FFDBD (or 0x8FFDBD) is known color: Aquamarine. HEX triplet: 8F, FD and BD. RGB value is (143,253,189). Sum of RGB (Red+Green+Blue) = 143+253+189=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #8FFDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFDBD is #700242. Grayscale: #D4D4D4. Windows color (decimal): -7340611 or 12451215. OLE color: 12451215.
HSL color Cylindrical-coordinate representation of color #8FFDBD: hue angle of 145.09º 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 #8FFDBD is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 253 | 189 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.01 |
| HSL | 145.09º | 0.96% | 0.78% | - |
| HSV(B) | 145.09º | 0.43% | 0.99% | - |
| XYZ | 55.64 | 79.76 | 60.61 | - |
| YUV | 212.81 | 114.56 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 253 | 189 | 0.43 | 0 | 0.25 | 0.01 | 145.09 | 0.96 | 0.78 |
| Hex | 8F | FD | BD | 2B | 0 | 19 | 1 | 91 | 60 | 4E |
| Octal | 217 | 375 | 275 | 53 | 0 | 31 | 1 | 221 | 140 | 116 |
| Binary | 10001111 | 11111101 | 10111101 | 101011 | 0 | 11001 | 1 | 10010001 | 1100000 | 1001110 |
Color Harmonies of #8FFDBD
Complementary color
Monochromatic Colors of #8FFDBD
Black with #8FFDBD
Text Example
Text Example
White with #8FFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFDBD; }
p { color: rgb(143,253,189); }
H1.HeaderClassName
{
color: #8FFDBD;
}
.AnyTagClassName
{
color: #8FFDBD;
}
</style>
background-color css
<style>
a { background-color: #8FFDBD; }
a { background-color: rgb(143,253,189); }
div.DivClassName
{
background-color: #8FFDBD;
}
.BgClassName
{
background-color: #8FFDBD;
}
</style>
border-color css
<style>
span { border-color: #8FFDBD; }
span { border-color: rgb(143,253,189); }
td.TdClassName
{
border-color: #8FFDBD;
}
.TagClassName
{
border-color: #8FFDBD;
}
</style>