Shades of Aquamarine #8CFEC4
Tints of Aquamarine #8CFEC4
RGB
CMYK
RGB Variations
Color information
#8CFEC4 (or 0x8CFEC4) is known color: Aquamarine. HEX triplet: 8C, FE and C4. RGB value is (140,254,196). Sum of RGB (Red+Green+Blue) = 140+254+196=590 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.73% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEC4 is #73013B. Grayscale: #D5D5D5. Windows color (decimal): -7536956 or 12910220. OLE color: 12910220.
HSL color Cylindrical-coordinate representation of color #8CFEC4: hue angle of 149.47º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFEC4 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 196 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.00 |
| HSL | 149.47º | 0.98% | 0.77% | - |
| HSV(B) | 149.47º | 0.45% | 1% | - |
| XYZ | 56.22 | 80.44 | 64.79 | - |
| YUV | 213.3 | 118.23 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 196 | 0.45 | 0 | 0.23 | 0.00 | 149.47 | 0.98 | 0.77 |
| Hex | 8C | FE | C4 | 2D | 0 | 17 | 0 | 95 | 62 | 4D |
| Octal | 214 | 376 | 304 | 55 | 0 | 27 | 0 | 225 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11000100 | 101101 | 0 | 10111 | 0 | 10010101 | 1100010 | 1001101 |
Color Harmonies of #8CFEC4
Complementary color
Monochromatic Colors of #8CFEC4
Black with #8CFEC4
Text Example
Text Example
White with #8CFEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEC4; }
p { color: rgb(140,254,196); }
H1.HeaderClassName
{
color: #8CFEC4;
}
.AnyTagClassName
{
color: #8CFEC4;
}
</style>
background-color css
<style>
a { background-color: #8CFEC4; }
a { background-color: rgb(140,254,196); }
div.DivClassName
{
background-color: #8CFEC4;
}
.BgClassName
{
background-color: #8CFEC4;
}
</style>
border-color css
<style>
span { border-color: #8CFEC4; }
span { border-color: rgb(140,254,196); }
td.TdClassName
{
border-color: #8CFEC4;
}
.TagClassName
{
border-color: #8CFEC4;
}
</style>