Shades of Aquamarine #8FF0D2
Tints of Aquamarine #8FF0D2
RGB
CMYK
RGB Variations
Color information
#8FF0D2 (or 0x8FF0D2) is known color: Aquamarine. HEX triplet: 8F, F0 and D2. RGB value is (143,240,210). Sum of RGB (Red+Green+Blue) = 143+240+210=593 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.11% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF0D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF0D2 is #700F2D. Grayscale: #CFCFCF. Windows color (decimal): -7343918 or 13824143. OLE color: 13824143.
HSL color Cylindrical-coordinate representation of color #8FF0D2: hue angle of 161.44º 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 #8FF0D2 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 210 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.06 |
| HSL | 161.44º | 0.76% | 0.75% | - |
| HSV(B) | 161.44º | 0.4% | 0.94% | - |
| XYZ | 54.12 | 72.81 | 72.17 | - |
| YUV | 207.58 | 129.36 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 210 | 0.40 | 0 | 0.12 | 0.06 | 161.44 | 0.76 | 0.75 |
| Hex | 8F | F0 | D2 | 28 | 0 | C | 6 | A1 | 4C | 4B |
| Octal | 217 | 360 | 322 | 50 | 0 | 14 | 6 | 241 | 114 | 113 |
| Binary | 10001111 | 11110000 | 11010010 | 101000 | 0 | 1100 | 110 | 10100001 | 1001100 | 1001011 |
Color Harmonies of #8FF0D2
Complementary color
Monochromatic Colors of #8FF0D2
Black with #8FF0D2
Text Example
Text Example
White with #8FF0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF0D2; }
p { color: rgb(143,240,210); }
H1.HeaderClassName
{
color: #8FF0D2;
}
.AnyTagClassName
{
color: #8FF0D2;
}
</style>
background-color css
<style>
a { background-color: #8FF0D2; }
a { background-color: rgb(143,240,210); }
div.DivClassName
{
background-color: #8FF0D2;
}
.BgClassName
{
background-color: #8FF0D2;
}
</style>
border-color css
<style>
span { border-color: #8FF0D2; }
span { border-color: rgb(143,240,210); }
td.TdClassName
{
border-color: #8FF0D2;
}
.TagClassName
{
border-color: #8FF0D2;
}
</style>