Shades of Aquamarine #8FEFD5
Tints of Aquamarine #8FEFD5
RGB
CMYK
RGB Variations
Color information
#8FEFD5 (or 0x8FEFD5) is known color: Aquamarine. HEX triplet: 8F, EF and D5. RGB value is (143,239,213). Sum of RGB (Red+Green+Blue) = 143+239+213=595 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.03% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFD5 is #70102A. Grayscale: #CFCFCF. Windows color (decimal): -7344171 or 14020495. OLE color: 14020495.
HSL color Cylindrical-coordinate representation of color #8FEFD5: hue angle of 163.75º degrees, saturation: 0.75, 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 #8FEFD5 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 213 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.06 |
| HSL | 163.75º | 0.75% | 0.75% | - |
| HSV(B) | 163.75º | 0.4% | 0.94% | - |
| XYZ | 54.2 | 72.38 | 74.06 | - |
| YUV | 207.33 | 131.2 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 213 | 0.40 | 0 | 0.11 | 0.06 | 163.75 | 0.75 | 0.75 |
| Hex | 8F | EF | D5 | 28 | 0 | B | 6 | A4 | 4B | 4B |
| Octal | 217 | 357 | 325 | 50 | 0 | 13 | 6 | 244 | 113 | 113 |
| Binary | 10001111 | 11101111 | 11010101 | 101000 | 0 | 1011 | 110 | 10100100 | 1001011 | 1001011 |
Color Harmonies of #8FEFD5
Complementary color
Monochromatic Colors of #8FEFD5
Black with #8FEFD5
Text Example
Text Example
White with #8FEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFD5; }
p { color: rgb(143,239,213); }
H1.HeaderClassName
{
color: #8FEFD5;
}
.AnyTagClassName
{
color: #8FEFD5;
}
</style>
background-color css
<style>
a { background-color: #8FEFD5; }
a { background-color: rgb(143,239,213); }
div.DivClassName
{
background-color: #8FEFD5;
}
.BgClassName
{
background-color: #8FEFD5;
}
</style>
border-color css
<style>
span { border-color: #8FEFD5; }
span { border-color: rgb(143,239,213); }
td.TdClassName
{
border-color: #8FEFD5;
}
.TagClassName
{
border-color: #8FEFD5;
}
</style>