Shades of Aquamarine #8FF0D4
Tints of Aquamarine #8FF0D4
RGB
CMYK
RGB Variations
Color information
#8FF0D4 (or 0x8FF0D4) is known color: Aquamarine. HEX triplet: 8F, F0 and D4. RGB value is (143,240,212). Sum of RGB (Red+Green+Blue) = 143+240+212=595 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.03% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF0D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF0D4 is #700F2B. Grayscale: #CFCFCF. Windows color (decimal): -7343916 or 13955215. OLE color: 13955215.
HSL color Cylindrical-coordinate representation of color #8FF0D4: hue angle of 162.68º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FF0D4 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 212 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.06 |
| HSL | 162.68º | 0.76% | 0.75% | - |
| HSV(B) | 162.68º | 0.4% | 0.94% | - |
| XYZ | 54.37 | 72.91 | 73.5 | - |
| YUV | 207.81 | 130.36 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 212 | 0.40 | 0 | 0.12 | 0.06 | 162.68 | 0.76 | 0.75 |
| Hex | 8F | F0 | D4 | 28 | 0 | C | 6 | A3 | 4C | 4B |
| Octal | 217 | 360 | 324 | 50 | 0 | 14 | 6 | 243 | 114 | 113 |
| Binary | 10001111 | 11110000 | 11010100 | 101000 | 0 | 1100 | 110 | 10100011 | 1001100 | 1001011 |
Color Harmonies of #8FF0D4
Complementary color
Monochromatic Colors of #8FF0D4
Black with #8FF0D4
Text Example
Text Example
White with #8FF0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF0D4; }
p { color: rgb(143,240,212); }
H1.HeaderClassName
{
color: #8FF0D4;
}
.AnyTagClassName
{
color: #8FF0D4;
}
</style>
background-color css
<style>
a { background-color: #8FF0D4; }
a { background-color: rgb(143,240,212); }
div.DivClassName
{
background-color: #8FF0D4;
}
.BgClassName
{
background-color: #8FF0D4;
}
</style>
border-color css
<style>
span { border-color: #8FF0D4; }
span { border-color: rgb(143,240,212); }
td.TdClassName
{
border-color: #8FF0D4;
}
.TagClassName
{
border-color: #8FF0D4;
}
</style>