Shades of Aquamarine #8DEFC5
Tints of Aquamarine #8DEFC5
RGB
CMYK
RGB Variations
Color information
#8DEFC5 (or 0x8DEFC5) is known color: Aquamarine. HEX triplet: 8D, EF and C5. RGB value is (141,239,197). Sum of RGB (Red+Green+Blue) = 141+239+197=577 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.44% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEFC5 is #72103A. Grayscale: #CCCCCC. Windows color (decimal): -7475259 or 12971917. OLE color: 12971917.
HSL color Cylindrical-coordinate representation of color #8DEFC5: hue angle of 154.29º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEFC5 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 239 | 197 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.06 |
| HSL | 154.29º | 0.75% | 0.75% | - |
| HSV(B) | 154.29º | 0.41% | 0.94% | - |
| XYZ | 51.93 | 71.43 | 63.87 | - |
| YUV | 204.91 | 123.53 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 239 | 197 | 0.41 | 0 | 0.18 | 0.06 | 154.29 | 0.75 | 0.75 |
| Hex | 8D | EF | C5 | 29 | 0 | 12 | 6 | 9A | 4B | 4B |
| Octal | 215 | 357 | 305 | 51 | 0 | 22 | 6 | 232 | 113 | 113 |
| Binary | 10001101 | 11101111 | 11000101 | 101001 | 0 | 10010 | 110 | 10011010 | 1001011 | 1001011 |
Color Harmonies of #8DEFC5
Complementary color
Monochromatic Colors of #8DEFC5
Black with #8DEFC5
Text Example
Text Example
White with #8DEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEFC5; }
p { color: rgb(141,239,197); }
H1.HeaderClassName
{
color: #8DEFC5;
}
.AnyTagClassName
{
color: #8DEFC5;
}
</style>
background-color css
<style>
a { background-color: #8DEFC5; }
a { background-color: rgb(141,239,197); }
div.DivClassName
{
background-color: #8DEFC5;
}
.BgClassName
{
background-color: #8DEFC5;
}
</style>
border-color css
<style>
span { border-color: #8DEFC5; }
span { border-color: rgb(141,239,197); }
td.TdClassName
{
border-color: #8DEFC5;
}
.TagClassName
{
border-color: #8DEFC5;
}
</style>