Shades of Aquamarine #8FEDDA
Tints of Aquamarine #8FEDDA
RGB
CMYK
RGB Variations
Color information
#8FEDDA (or 0x8FEDDA) is known color: Aquamarine. HEX triplet: 8F, ED and DA. RGB value is (143,237,218). Sum of RGB (Red+Green+Blue) = 143+237+218=598 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.91% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDDA is #701225. Grayscale: #CECECE. Windows color (decimal): -7344678 or 14347663. OLE color: 14347663.
HSL color Cylindrical-coordinate representation of color #8FEDDA: hue angle of 167.87º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDDA is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 218 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.07 |
| HSL | 167.87º | 0.72% | 0.75% | - |
| HSV(B) | 167.87º | 0.4% | 0.93% | - |
| XYZ | 54.27 | 71.47 | 77.26 | - |
| YUV | 206.73 | 134.36 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 218 | 0.40 | 0 | 0.08 | 0.07 | 167.87 | 0.72 | 0.75 |
| Hex | 8F | ED | DA | 28 | 0 | 8 | 7 | A8 | 48 | 4B |
| Octal | 217 | 355 | 332 | 50 | 0 | 10 | 7 | 250 | 110 | 113 |
| Binary | 10001111 | 11101101 | 11011010 | 101000 | 0 | 1000 | 111 | 10101000 | 1001000 | 1001011 |
Color Harmonies of #8FEDDA
Complementary color
Monochromatic Colors of #8FEDDA
Black with #8FEDDA
Text Example
Text Example
White with #8FEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDDA; }
p { color: rgb(143,237,218); }
H1.HeaderClassName
{
color: #8FEDDA;
}
.AnyTagClassName
{
color: #8FEDDA;
}
</style>
background-color css
<style>
a { background-color: #8FEDDA; }
a { background-color: rgb(143,237,218); }
div.DivClassName
{
background-color: #8FEDDA;
}
.BgClassName
{
background-color: #8FEDDA;
}
</style>
border-color css
<style>
span { border-color: #8FEDDA; }
span { border-color: rgb(143,237,218); }
td.TdClassName
{
border-color: #8FEDDA;
}
.TagClassName
{
border-color: #8FEDDA;
}
</style>