Shades of Aquamarine #8CFEC3
Tints of Aquamarine #8CFEC3
RGB
CMYK
RGB Variations
Color information
#8CFEC3 (or 0x8CFEC3) is known color: Aquamarine. HEX triplet: 8C, FE and C3. RGB value is (140,254,195). Sum of RGB (Red+Green+Blue) = 140+254+195=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEC3 is #73013C. Grayscale: #D5D5D5. Windows color (decimal): -7536957 or 12844684. OLE color: 12844684.
HSL color Cylindrical-coordinate representation of color #8CFEC3: hue angle of 148.95º 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 #8CFEC3 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 195 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.00 |
| HSL | 148.95º | 0.98% | 0.77% | - |
| HSV(B) | 148.95º | 0.45% | 1% | - |
| XYZ | 56.11 | 80.4 | 64.19 | - |
| YUV | 213.19 | 117.73 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 195 | 0.45 | 0 | 0.23 | 0.00 | 148.95 | 0.98 | 0.77 |
| Hex | 8C | FE | C3 | 2D | 0 | 17 | 0 | 95 | 62 | 4D |
| Octal | 214 | 376 | 303 | 55 | 0 | 27 | 0 | 225 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11000011 | 101101 | 0 | 10111 | 0 | 10010101 | 1100010 | 1001101 |
Color Harmonies of #8CFEC3
Complementary color
Monochromatic Colors of #8CFEC3
Black with #8CFEC3
Text Example
Text Example
White with #8CFEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEC3; }
p { color: rgb(140,254,195); }
H1.HeaderClassName
{
color: #8CFEC3;
}
.AnyTagClassName
{
color: #8CFEC3;
}
</style>
background-color css
<style>
a { background-color: #8CFEC3; }
a { background-color: rgb(140,254,195); }
div.DivClassName
{
background-color: #8CFEC3;
}
.BgClassName
{
background-color: #8CFEC3;
}
</style>
border-color css
<style>
span { border-color: #8CFEC3; }
span { border-color: rgb(140,254,195); }
td.TdClassName
{
border-color: #8CFEC3;
}
.TagClassName
{
border-color: #8CFEC3;
}
</style>