Shades of Aquamarine #8CEFD4
Tints of Aquamarine #8CEFD4
RGB
CMYK
RGB Variations
Color information
#8CEFD4 (or 0x8CEFD4) is known color: Aquamarine. HEX triplet: 8C, EF and D4. RGB value is (140,239,212). Sum of RGB (Red+Green+Blue) = 140+239+212=591 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.69% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEFD4 is #73102B. Grayscale: #CECECE. Windows color (decimal): -7540780 or 13954956. OLE color: 13954956.
HSL color Cylindrical-coordinate representation of color #8CEFD4: hue angle of 163.64º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEFD4 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 239 | 212 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.06 |
| HSL | 163.64º | 0.76% | 0.74% | - |
| HSV(B) | 163.64º | 0.41% | 0.94% | - |
| XYZ | 53.57 | 72.06 | 73.37 | - |
| YUV | 206.32 | 131.2 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 239 | 212 | 0.41 | 0 | 0.11 | 0.06 | 163.64 | 0.76 | 0.74 |
| Hex | 8C | EF | D4 | 29 | 0 | B | 6 | A4 | 4C | 4A |
| Octal | 214 | 357 | 324 | 51 | 0 | 13 | 6 | 244 | 114 | 112 |
| Binary | 10001100 | 11101111 | 11010100 | 101001 | 0 | 1011 | 110 | 10100100 | 1001100 | 1001010 |
Color Harmonies of #8CEFD4
Complementary color
Monochromatic Colors of #8CEFD4
Black with #8CEFD4
Text Example
Text Example
White with #8CEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEFD4; }
p { color: rgb(140,239,212); }
H1.HeaderClassName
{
color: #8CEFD4;
}
.AnyTagClassName
{
color: #8CEFD4;
}
</style>
background-color css
<style>
a { background-color: #8CEFD4; }
a { background-color: rgb(140,239,212); }
div.DivClassName
{
background-color: #8CEFD4;
}
.BgClassName
{
background-color: #8CEFD4;
}
</style>
border-color css
<style>
span { border-color: #8CEFD4; }
span { border-color: rgb(140,239,212); }
td.TdClassName
{
border-color: #8CEFD4;
}
.TagClassName
{
border-color: #8CEFD4;
}
</style>