Shades of Aquamarine #8CECDF
Tints of Aquamarine #8CECDF
RGB
CMYK
RGB Variations
Color information
#8CECDF (or 0x8CECDF) is known color: Aquamarine. HEX triplet: 8C, EC and DF. RGB value is (140,236,223). Sum of RGB (Red+Green+Blue) = 140+236+223=599 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.37% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CECDF is #731320. Grayscale: #CDCDCD. Windows color (decimal): -7541537 or 14675084. OLE color: 14675084.
HSL color Cylindrical-coordinate representation of color #8CECDF: hue angle of 171.88º degrees, saturation: 0.72, 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 #8CECDF is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 223 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.07 |
| HSL | 171.88º | 0.72% | 0.74% | - |
| HSV(B) | 171.88º | 0.41% | 0.93% | - |
| XYZ | 54.13 | 70.89 | 80.64 | - |
| YUV | 205.81 | 137.7 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 223 | 0.41 | 0 | 0.06 | 0.07 | 171.88 | 0.72 | 0.74 |
| Hex | 8C | EC | DF | 29 | 0 | 6 | 7 | AC | 48 | 4A |
| Octal | 214 | 354 | 337 | 51 | 0 | 6 | 7 | 254 | 110 | 112 |
| Binary | 10001100 | 11101100 | 11011111 | 101001 | 0 | 110 | 111 | 10101100 | 1001000 | 1001010 |
Color Harmonies of #8CECDF
Complementary color
Monochromatic Colors of #8CECDF
Black with #8CECDF
Text Example
Text Example
White with #8CECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECDF; }
p { color: rgb(140,236,223); }
H1.HeaderClassName
{
color: #8CECDF;
}
.AnyTagClassName
{
color: #8CECDF;
}
</style>
background-color css
<style>
a { background-color: #8CECDF; }
a { background-color: rgb(140,236,223); }
div.DivClassName
{
background-color: #8CECDF;
}
.BgClassName
{
background-color: #8CECDF;
}
</style>
border-color css
<style>
span { border-color: #8CECDF; }
span { border-color: rgb(140,236,223); }
td.TdClassName
{
border-color: #8CECDF;
}
.TagClassName
{
border-color: #8CECDF;
}
</style>