Shades of Aquamarine #8FEFE3
Tints of Aquamarine #8FEFE3
RGB
CMYK
RGB Variations
Color information
#8FEFE3 (or 0x8FEFE3) is known color: Aquamarine. HEX triplet: 8F, EF and E3. RGB value is (143,239,227). Sum of RGB (Red+Green+Blue) = 143+239+227=609 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.48% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 227 (89.06% from 255 or 37.27% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFE3 is #70101C. Grayscale: #D0D0D0. Windows color (decimal): -7344157 or 14937999. OLE color: 14937999.
HSL color Cylindrical-coordinate representation of color #8FEFE3: hue angle of 172.5º 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 #8FEFE3 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 227 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.06 |
| HSL | 172.5º | 0.75% | 0.75% | - |
| HSV(B) | 172.5º | 0.4% | 0.94% | - |
| XYZ | 56.06 | 73.12 | 83.83 | - |
| YUV | 208.93 | 138.2 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 227 | 0.40 | 0 | 0.05 | 0.06 | 172.5 | 0.75 | 0.75 |
| Hex | 8F | EF | E3 | 28 | 0 | 5 | 6 | AC | 4B | 4B |
| Octal | 217 | 357 | 343 | 50 | 0 | 5 | 6 | 254 | 113 | 113 |
| Binary | 10001111 | 11101111 | 11100011 | 101000 | 0 | 101 | 110 | 10101100 | 1001011 | 1001011 |
Color Harmonies of #8FEFE3
Complementary color
Monochromatic Colors of #8FEFE3
Black with #8FEFE3
Text Example
Text Example
White with #8FEFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFE3; }
p { color: rgb(143,239,227); }
H1.HeaderClassName
{
color: #8FEFE3;
}
.AnyTagClassName
{
color: #8FEFE3;
}
</style>
background-color css
<style>
a { background-color: #8FEFE3; }
a { background-color: rgb(143,239,227); }
div.DivClassName
{
background-color: #8FEFE3;
}
.BgClassName
{
background-color: #8FEFE3;
}
</style>
border-color css
<style>
span { border-color: #8FEFE3; }
span { border-color: rgb(143,239,227); }
td.TdClassName
{
border-color: #8FEFE3;
}
.TagClassName
{
border-color: #8FEFE3;
}
</style>