Shades of Aquamarine #8DEDDE
Tints of Aquamarine #8DEDDE
RGB
CMYK
RGB Variations
Color information
#8DEDDE (or 0x8DEDDE) is known color: Aquamarine. HEX triplet: 8D, ED and DE. RGB value is (141,237,222). Sum of RGB (Red+Green+Blue) = 141+237+222=600 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.5% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #8DEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEDDE is #721221. Grayscale: #CECECE. Windows color (decimal): -7475746 or 14609805. OLE color: 14609805.
HSL color Cylindrical-coordinate representation of color #8DEDDE: hue angle of 170.62º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEDDE is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 237 | 222 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.07 |
| HSL | 170.63º | 0.73% | 0.74% | - |
| HSV(B) | 170.63º | 0.41% | 0.93% | - |
| XYZ | 54.45 | 71.51 | 80.04 | - |
| YUV | 206.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 222 | 0.41 | 0 | 0.06 | 0.07 | 170.63 | 0.73 | 0.74 |
| Hex | 8D | ED | DE | 29 | 0 | 6 | 7 | AB | 49 | 4A |
| Octal | 215 | 355 | 336 | 51 | 0 | 6 | 7 | 253 | 111 | 112 |
| Binary | 10001101 | 11101101 | 11011110 | 101001 | 0 | 110 | 111 | 10101011 | 1001001 | 1001010 |
Color Harmonies of #8DEDDE
Complementary color
Monochromatic Colors of #8DEDDE
Black with #8DEDDE
Text Example
Text Example
White with #8DEDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEDDE; }
p { color: rgb(141,237,222); }
H1.HeaderClassName
{
color: #8DEDDE;
}
.AnyTagClassName
{
color: #8DEDDE;
}
</style>
background-color css
<style>
a { background-color: #8DEDDE; }
a { background-color: rgb(141,237,222); }
div.DivClassName
{
background-color: #8DEDDE;
}
.BgClassName
{
background-color: #8DEDDE;
}
</style>
border-color css
<style>
span { border-color: #8DEDDE; }
span { border-color: rgb(141,237,222); }
td.TdClassName
{
border-color: #8DEDDE;
}
.TagClassName
{
border-color: #8DEDDE;
}
</style>