Shades of Aquamarine #8CEEDF
Tints of Aquamarine #8CEEDF
RGB
CMYK
RGB Variations
Color information
#8CEEDF (or 0x8CEEDF) is known color: Aquamarine. HEX triplet: 8C, EE and DF. RGB value is (140,238,223). Sum of RGB (Red+Green+Blue) = 140+238+223=601 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.29% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEEDF is #731120. Grayscale: #CECECE. Windows color (decimal): -7541025 or 14675596. OLE color: 14675596.
HSL color Cylindrical-coordinate representation of color #8CEEDF: hue angle of 170.82º degrees, saturation: 0.74, 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 #8CEEDF is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 238 | 223 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.07 |
| HSL | 170.82º | 0.74% | 0.74% | - |
| HSV(B) | 170.82º | 0.41% | 0.93% | - |
| XYZ | 54.71 | 72.05 | 80.84 | - |
| YUV | 206.99 | 137.03 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 238 | 223 | 0.41 | 0 | 0.06 | 0.07 | 170.82 | 0.74 | 0.74 |
| Hex | 8C | EE | DF | 29 | 0 | 6 | 7 | AB | 4A | 4A |
| Octal | 214 | 356 | 337 | 51 | 0 | 6 | 7 | 253 | 112 | 112 |
| Binary | 10001100 | 11101110 | 11011111 | 101001 | 0 | 110 | 111 | 10101011 | 1001010 | 1001010 |
Color Harmonies of #8CEEDF
Complementary color
Monochromatic Colors of #8CEEDF
Black with #8CEEDF
Text Example
Text Example
White with #8CEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEEDF; }
p { color: rgb(140,238,223); }
H1.HeaderClassName
{
color: #8CEEDF;
}
.AnyTagClassName
{
color: #8CEEDF;
}
</style>
background-color css
<style>
a { background-color: #8CEEDF; }
a { background-color: rgb(140,238,223); }
div.DivClassName
{
background-color: #8CEEDF;
}
.BgClassName
{
background-color: #8CEEDF;
}
</style>
border-color css
<style>
span { border-color: #8CEEDF; }
span { border-color: rgb(140,238,223); }
td.TdClassName
{
border-color: #8CEEDF;
}
.TagClassName
{
border-color: #8CEEDF;
}
</style>