Shades of Aquamarine #8FF5C7
Tints of Aquamarine #8FF5C7
RGB
CMYK
RGB Variations
Color information
#8FF5C7 (or 0x8FF5C7) is known color: Aquamarine. HEX triplet: 8F, F5 and C7. RGB value is (143,245,199). Sum of RGB (Red+Green+Blue) = 143+245+199=587 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.36% from 587); Green value is 245 (96.09% from 255 or 41.74% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 245 - color contains mainly: green. Hex color #8FF5C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF5C7 is #700A38. Grayscale: #D1D1D1. Windows color (decimal): -7342649 or 13104527. OLE color: 13104527.
HSL color Cylindrical-coordinate representation of color #8FF5C7: hue angle of 152.94º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF5C7 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 245 | 199 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.04 |
| HSL | 152.94º | 0.84% | 0.76% | - |
| HSV(B) | 152.94º | 0.42% | 0.96% | - |
| XYZ | 54.29 | 75.27 | 65.7 | - |
| YUV | 209.26 | 122.21 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 245 | 199 | 0.42 | 0 | 0.19 | 0.04 | 152.94 | 0.84 | 0.76 |
| Hex | 8F | F5 | C7 | 2A | 0 | 13 | 4 | 99 | 54 | 4C |
| Octal | 217 | 365 | 307 | 52 | 0 | 23 | 4 | 231 | 124 | 114 |
| Binary | 10001111 | 11110101 | 11000111 | 101010 | 0 | 10011 | 100 | 10011001 | 1010100 | 1001100 |
Color Harmonies of #8FF5C7
Complementary color
Monochromatic Colors of #8FF5C7
Black with #8FF5C7
Text Example
Text Example
White with #8FF5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF5C7; }
p { color: rgb(143,245,199); }
H1.HeaderClassName
{
color: #8FF5C7;
}
.AnyTagClassName
{
color: #8FF5C7;
}
</style>
background-color css
<style>
a { background-color: #8FF5C7; }
a { background-color: rgb(143,245,199); }
div.DivClassName
{
background-color: #8FF5C7;
}
.BgClassName
{
background-color: #8FF5C7;
}
</style>
border-color css
<style>
span { border-color: #8FF5C7; }
span { border-color: rgb(143,245,199); }
td.TdClassName
{
border-color: #8FF5C7;
}
.TagClassName
{
border-color: #8FF5C7;
}
</style>