Shades of Aquamarine #8CEFDD
Tints of Aquamarine #8CEFDD
RGB
CMYK
RGB Variations
Color information
#8CEFDD (or 0x8CEFDD) is known color: Aquamarine. HEX triplet: 8C, EF and DD. RGB value is (140,239,221). Sum of RGB (Red+Green+Blue) = 140+239+221=600 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.33% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEFDD is #731022. Grayscale: #CFCFCF. Windows color (decimal): -7540771 or 14544780. OLE color: 14544780.
HSL color Cylindrical-coordinate representation of color #8CEFDD: hue angle of 169.09º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEFDD is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 239 | 221 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.06 |
| HSL | 169.09º | 0.76% | 0.74% | - |
| HSV(B) | 169.09º | 0.41% | 0.94% | - |
| XYZ | 54.73 | 72.53 | 79.52 | - |
| YUV | 207.35 | 135.7 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 239 | 221 | 0.41 | 0 | 0.08 | 0.06 | 169.09 | 0.76 | 0.74 |
| Hex | 8C | EF | DD | 29 | 0 | 8 | 6 | A9 | 4C | 4A |
| Octal | 214 | 357 | 335 | 51 | 0 | 10 | 6 | 251 | 114 | 112 |
| Binary | 10001100 | 11101111 | 11011101 | 101001 | 0 | 1000 | 110 | 10101001 | 1001100 | 1001010 |
Color Harmonies of #8CEFDD
Complementary color
Monochromatic Colors of #8CEFDD
Black with #8CEFDD
Text Example
Text Example
White with #8CEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEFDD; }
p { color: rgb(140,239,221); }
H1.HeaderClassName
{
color: #8CEFDD;
}
.AnyTagClassName
{
color: #8CEFDD;
}
</style>
background-color css
<style>
a { background-color: #8CEFDD; }
a { background-color: rgb(140,239,221); }
div.DivClassName
{
background-color: #8CEFDD;
}
.BgClassName
{
background-color: #8CEFDD;
}
</style>
border-color css
<style>
span { border-color: #8CEFDD; }
span { border-color: rgb(140,239,221); }
td.TdClassName
{
border-color: #8CEFDD;
}
.TagClassName
{
border-color: #8CEFDD;
}
</style>