Shades of Aquamarine #8CEFDF
Tints of Aquamarine #8CEFDF
RGB
CMYK
RGB Variations
Color information
#8CEFDF (or 0x8CEFDF) is known color: Aquamarine. HEX triplet: 8C, EF and DF. RGB value is (140,239,223). Sum of RGB (Red+Green+Blue) = 140+239+223=602 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.26% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEFDF is #731020. Grayscale: #CFCFCF. Windows color (decimal): -7540769 or 14675852. OLE color: 14675852.
HSL color Cylindrical-coordinate representation of color #8CEFDF: hue angle of 170.3º 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 #8CEFDF is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 239 | 223 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.06 |
| HSL | 170.3º | 0.76% | 0.74% | - |
| HSV(B) | 170.3º | 0.41% | 0.94% | - |
| XYZ | 55 | 72.64 | 80.93 | - |
| YUV | 207.58 | 136.7 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 239 | 223 | 0.41 | 0 | 0.07 | 0.06 | 170.3 | 0.76 | 0.74 |
| Hex | 8C | EF | DF | 29 | 0 | 7 | 6 | AA | 4C | 4A |
| Octal | 214 | 357 | 337 | 51 | 0 | 7 | 6 | 252 | 114 | 112 |
| Binary | 10001100 | 11101111 | 11011111 | 101001 | 0 | 111 | 110 | 10101010 | 1001100 | 1001010 |
Color Harmonies of #8CEFDF
Complementary color
Monochromatic Colors of #8CEFDF
Black with #8CEFDF
Text Example
Text Example
White with #8CEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEFDF; }
p { color: rgb(140,239,223); }
H1.HeaderClassName
{
color: #8CEFDF;
}
.AnyTagClassName
{
color: #8CEFDF;
}
</style>
background-color css
<style>
a { background-color: #8CEFDF; }
a { background-color: rgb(140,239,223); }
div.DivClassName
{
background-color: #8CEFDF;
}
.BgClassName
{
background-color: #8CEFDF;
}
</style>
border-color css
<style>
span { border-color: #8CEFDF; }
span { border-color: rgb(140,239,223); }
td.TdClassName
{
border-color: #8CEFDF;
}
.TagClassName
{
border-color: #8CEFDF;
}
</style>