Shades of Aquamarine #8CEED6
Tints of Aquamarine #8CEED6
RGB
CMYK
RGB Variations
Color information
#8CEED6 (or 0x8CEED6) is known color: Aquamarine. HEX triplet: 8C, EE and D6. RGB value is (140,238,214). Sum of RGB (Red+Green+Blue) = 140+238+214=592 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.65% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEED6 is #731129. Grayscale: #CDCDCD. Windows color (decimal): -7541034 or 14085772. OLE color: 14085772.
HSL color Cylindrical-coordinate representation of color #8CEED6: hue angle of 165.31º 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 #8CEED6 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 238 | 214 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.07 |
| HSL | 165.31º | 0.74% | 0.74% | - |
| HSV(B) | 165.31º | 0.41% | 0.93% | - |
| XYZ | 53.53 | 71.58 | 74.61 | - |
| YUV | 205.96 | 132.53 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 238 | 214 | 0.41 | 0 | 0.10 | 0.07 | 165.31 | 0.74 | 0.74 |
| Hex | 8C | EE | D6 | 29 | 0 | A | 7 | A5 | 4A | 4A |
| Octal | 214 | 356 | 326 | 51 | 0 | 12 | 7 | 245 | 112 | 112 |
| Binary | 10001100 | 11101110 | 11010110 | 101001 | 0 | 1010 | 111 | 10100101 | 1001010 | 1001010 |
Color Harmonies of #8CEED6
Complementary color
Monochromatic Colors of #8CEED6
Black with #8CEED6
Text Example
Text Example
White with #8CEED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEED6; }
p { color: rgb(140,238,214); }
H1.HeaderClassName
{
color: #8CEED6;
}
.AnyTagClassName
{
color: #8CEED6;
}
</style>
background-color css
<style>
a { background-color: #8CEED6; }
a { background-color: rgb(140,238,214); }
div.DivClassName
{
background-color: #8CEED6;
}
.BgClassName
{
background-color: #8CEED6;
}
</style>
border-color css
<style>
span { border-color: #8CEED6; }
span { border-color: rgb(140,238,214); }
td.TdClassName
{
border-color: #8CEED6;
}
.TagClassName
{
border-color: #8CEED6;
}
</style>