Shades of Aquamarine #8CF2DD
Tints of Aquamarine #8CF2DD
RGB
CMYK
RGB Variations
Color information
#8CF2DD (or 0x8CF2DD) is known color: Aquamarine. HEX triplet: 8C, F2 and DD. RGB value is (140,242,221). Sum of RGB (Red+Green+Blue) = 140+242+221=603 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.22% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF2DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF2DD is #730D22. Grayscale: #D1D1D1. Windows color (decimal): -7540003 or 14545548. OLE color: 14545548.
HSL color Cylindrical-coordinate representation of color #8CF2DD: hue angle of 167.65º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF2DD is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 221 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.05 |
| HSL | 167.65º | 0.8% | 0.75% | - |
| HSV(B) | 167.65º | 0.42% | 0.95% | - |
| XYZ | 55.62 | 74.3 | 79.82 | - |
| YUV | 209.11 | 134.71 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 221 | 0.42 | 0 | 0.09 | 0.05 | 167.65 | 0.8 | 0.75 |
| Hex | 8C | F2 | DD | 2A | 0 | 9 | 5 | A8 | 50 | 4B |
| Octal | 214 | 362 | 335 | 52 | 0 | 11 | 5 | 250 | 120 | 113 |
| Binary | 10001100 | 11110010 | 11011101 | 101010 | 0 | 1001 | 101 | 10101000 | 1010000 | 1001011 |
Color Harmonies of #8CF2DD
Complementary color
Monochromatic Colors of #8CF2DD
Black with #8CF2DD
Text Example
Text Example
White with #8CF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF2DD; }
p { color: rgb(140,242,221); }
H1.HeaderClassName
{
color: #8CF2DD;
}
.AnyTagClassName
{
color: #8CF2DD;
}
</style>
background-color css
<style>
a { background-color: #8CF2DD; }
a { background-color: rgb(140,242,221); }
div.DivClassName
{
background-color: #8CF2DD;
}
.BgClassName
{
background-color: #8CF2DD;
}
</style>
border-color css
<style>
span { border-color: #8CF2DD; }
span { border-color: rgb(140,242,221); }
td.TdClassName
{
border-color: #8CF2DD;
}
.TagClassName
{
border-color: #8CF2DD;
}
</style>