Shades of Aquamarine #8FFFE6
Tints of Aquamarine #8FFFE6
RGB
CMYK
RGB Variations
Color information
#8FFFE6 (or 0x8FFFE6) is known color: Aquamarine. HEX triplet: 8F, FF and E6. RGB value is (143,255,230). Sum of RGB (Red+Green+Blue) = 143+255+230=628 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.77% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFFE6 is #700019. Grayscale: #DADADA. Windows color (decimal): -7340058 or 15138703. OLE color: 15138703.
HSL color Cylindrical-coordinate representation of color #8FFFE6: hue angle of 166.61º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFFE6 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 230 | - |
| CMYK | 0.44 | 0 | 0.10 | 0 |
| HSL | 166.61º | 1% | 0.78% | - |
| HSV(B) | 166.61º | 0.44% | 1% | - |
| XYZ | 61.37 | 83.07 | 87.66 | - |
| YUV | 218.66 | 134.39 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 230 | 0.44 | 0 | 0.10 | 0 | 166.61 | 1 | 0.78 |
| Hex | 8F | FF | E6 | 2C | 0 | A | 0 | A7 | 64 | 4E |
| Octal | 217 | 377 | 346 | 54 | 0 | 12 | 0 | 247 | 144 | 116 |
| Binary | 10001111 | 11111111 | 11100110 | 101100 | 0 | 1010 | 0 | 10100111 | 1100100 | 1001110 |
Color Harmonies of #8FFFE6
Complementary color
Monochromatic Colors of #8FFFE6
Black with #8FFFE6
Text Example
Text Example
White with #8FFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFE6; }
p { color: rgb(143,255,230); }
H1.HeaderClassName
{
color: #8FFFE6;
}
.AnyTagClassName
{
color: #8FFFE6;
}
</style>
background-color css
<style>
a { background-color: #8FFFE6; }
a { background-color: rgb(143,255,230); }
div.DivClassName
{
background-color: #8FFFE6;
}
.BgClassName
{
background-color: #8FFFE6;
}
</style>
border-color css
<style>
span { border-color: #8FFFE6; }
span { border-color: rgb(143,255,230); }
td.TdClassName
{
border-color: #8FFFE6;
}
.TagClassName
{
border-color: #8FFFE6;
}
</style>