Shades of Aquamarine #8FEDDE
Tints of Aquamarine #8FEDDE
RGB
CMYK
RGB Variations
Color information
#8FEDDE (or 0x8FEDDE) is known color: Aquamarine. HEX triplet: 8F, ED and DE. RGB value is (143,237,222). Sum of RGB (Red+Green+Blue) = 143+237+222=602 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.75% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDDE is #701221. Grayscale: #CFCFCF. Windows color (decimal): -7344674 or 14609807. OLE color: 14609807.
HSL color Cylindrical-coordinate representation of color #8FEDDE: hue angle of 170.43º 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 #8FEDDE is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 222 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.07 |
| HSL | 170.43º | 0.72% | 0.75% | - |
| HSV(B) | 170.43º | 0.4% | 0.93% | - |
| XYZ | 54.8 | 71.68 | 80.06 | - |
| YUV | 207.18 | 136.36 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 222 | 0.40 | 0 | 0.06 | 0.07 | 170.43 | 0.72 | 0.75 |
| Hex | 8F | ED | DE | 28 | 0 | 6 | 7 | AA | 48 | 4B |
| Octal | 217 | 355 | 336 | 50 | 0 | 6 | 7 | 252 | 110 | 113 |
| Binary | 10001111 | 11101101 | 11011110 | 101000 | 0 | 110 | 111 | 10101010 | 1001000 | 1001011 |
Color Harmonies of #8FEDDE
Complementary color
Monochromatic Colors of #8FEDDE
Black with #8FEDDE
Text Example
Text Example
White with #8FEDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDDE; }
p { color: rgb(143,237,222); }
H1.HeaderClassName
{
color: #8FEDDE;
}
.AnyTagClassName
{
color: #8FEDDE;
}
</style>
background-color css
<style>
a { background-color: #8FEDDE; }
a { background-color: rgb(143,237,222); }
div.DivClassName
{
background-color: #8FEDDE;
}
.BgClassName
{
background-color: #8FEDDE;
}
</style>
border-color css
<style>
span { border-color: #8FEDDE; }
span { border-color: rgb(143,237,222); }
td.TdClassName
{
border-color: #8FEDDE;
}
.TagClassName
{
border-color: #8FEDDE;
}
</style>