Shades of Aquamarine #8CECE0
Tints of Aquamarine #8CECE0
RGB
CMYK
RGB Variations
Color information
#8CECE0 (or 0x8CECE0) is known color: Aquamarine. HEX triplet: 8C, EC and E0. RGB value is (140,236,224). Sum of RGB (Red+Green+Blue) = 140+236+224=600 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.33% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CECE0 is #73131F. Grayscale: #CDCDCD. Windows color (decimal): -7541536 or 14740620. OLE color: 14740620.
HSL color Cylindrical-coordinate representation of color #8CECE0: hue angle of 172.5º 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 #8CECE0 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 224 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.07 |
| HSL | 172.5º | 0.72% | 0.74% | - |
| HSV(B) | 172.5º | 0.41% | 0.93% | - |
| XYZ | 54.27 | 70.95 | 81.36 | - |
| YUV | 205.93 | 138.2 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 224 | 0.41 | 0 | 0.05 | 0.07 | 172.5 | 0.72 | 0.74 |
| Hex | 8C | EC | E0 | 29 | 0 | 5 | 7 | AC | 48 | 4A |
| Octal | 214 | 354 | 340 | 51 | 0 | 5 | 7 | 254 | 110 | 112 |
| Binary | 10001100 | 11101100 | 11100000 | 101001 | 0 | 101 | 111 | 10101100 | 1001000 | 1001010 |
Color Harmonies of #8CECE0
Complementary color
Monochromatic Colors of #8CECE0
Black with #8CECE0
Text Example
Text Example
White with #8CECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECE0; }
p { color: rgb(140,236,224); }
H1.HeaderClassName
{
color: #8CECE0;
}
.AnyTagClassName
{
color: #8CECE0;
}
</style>
background-color css
<style>
a { background-color: #8CECE0; }
a { background-color: rgb(140,236,224); }
div.DivClassName
{
background-color: #8CECE0;
}
.BgClassName
{
background-color: #8CECE0;
}
</style>
border-color css
<style>
span { border-color: #8CECE0; }
span { border-color: rgb(140,236,224); }
td.TdClassName
{
border-color: #8CECE0;
}
.TagClassName
{
border-color: #8CECE0;
}
</style>