Shades of Aquamarine #8FF1CE
Tints of Aquamarine #8FF1CE
RGB
CMYK
RGB Variations
Color information
#8FF1CE (or 0x8FF1CE) is known color: Aquamarine. HEX triplet: 8F, F1 and CE. RGB value is (143,241,206). Sum of RGB (Red+Green+Blue) = 143+241+206=590 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.24% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF1CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF1CE is #700E31. Grayscale: #CFCFCF. Windows color (decimal): -7343666 or 13562255. OLE color: 13562255.
HSL color Cylindrical-coordinate representation of color #8FF1CE: hue angle of 158.57º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FF1CE is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 241 | 206 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.05 |
| HSL | 158.57º | 0.78% | 0.75% | - |
| HSV(B) | 158.57º | 0.41% | 0.95% | - |
| XYZ | 53.92 | 73.21 | 69.68 | - |
| YUV | 207.71 | 127.03 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 241 | 206 | 0.41 | 0 | 0.15 | 0.05 | 158.57 | 0.78 | 0.75 |
| Hex | 8F | F1 | CE | 29 | 0 | F | 5 | 9F | 4E | 4B |
| Octal | 217 | 361 | 316 | 51 | 0 | 17 | 5 | 237 | 116 | 113 |
| Binary | 10001111 | 11110001 | 11001110 | 101001 | 0 | 1111 | 101 | 10011111 | 1001110 | 1001011 |
Color Harmonies of #8FF1CE
Complementary color
Monochromatic Colors of #8FF1CE
Black with #8FF1CE
Text Example
Text Example
White with #8FF1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF1CE; }
p { color: rgb(143,241,206); }
H1.HeaderClassName
{
color: #8FF1CE;
}
.AnyTagClassName
{
color: #8FF1CE;
}
</style>
background-color css
<style>
a { background-color: #8FF1CE; }
a { background-color: rgb(143,241,206); }
div.DivClassName
{
background-color: #8FF1CE;
}
.BgClassName
{
background-color: #8FF1CE;
}
</style>
border-color css
<style>
span { border-color: #8FF1CE; }
span { border-color: rgb(143,241,206); }
td.TdClassName
{
border-color: #8FF1CE;
}
.TagClassName
{
border-color: #8FF1CE;
}
</style>