Shades of Aquamarine #8CFBC8
Tints of Aquamarine #8CFBC8
RGB
CMYK
RGB Variations
Color information
#8CFBC8 (or 0x8CFBC8) is known color: Aquamarine. HEX triplet: 8C, FB and C8. RGB value is (140,251,200). Sum of RGB (Red+Green+Blue) = 140+251+200=591 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.69% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBC8 is #730437. Grayscale: #D4D4D4. Windows color (decimal): -7537720 or 13171596. OLE color: 13171596.
HSL color Cylindrical-coordinate representation of color #8CFBC8: hue angle of 152.43º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFBC8 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 200 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.02 |
| HSL | 152.43º | 0.93% | 0.77% | - |
| HSV(B) | 152.43º | 0.44% | 0.98% | - |
| XYZ | 55.74 | 78.74 | 66.9 | - |
| YUV | 212 | 121.23 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 200 | 0.44 | 0 | 0.20 | 0.02 | 152.43 | 0.93 | 0.77 |
| Hex | 8C | FB | C8 | 2C | 0 | 14 | 2 | 98 | 5D | 4D |
| Octal | 214 | 373 | 310 | 54 | 0 | 24 | 2 | 230 | 135 | 115 |
| Binary | 10001100 | 11111011 | 11001000 | 101100 | 0 | 10100 | 10 | 10011000 | 1011101 | 1001101 |
Color Harmonies of #8CFBC8
Complementary color
Monochromatic Colors of #8CFBC8
Black with #8CFBC8
Text Example
Text Example
White with #8CFBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBC8; }
p { color: rgb(140,251,200); }
H1.HeaderClassName
{
color: #8CFBC8;
}
.AnyTagClassName
{
color: #8CFBC8;
}
</style>
background-color css
<style>
a { background-color: #8CFBC8; }
a { background-color: rgb(140,251,200); }
div.DivClassName
{
background-color: #8CFBC8;
}
.BgClassName
{
background-color: #8CFBC8;
}
</style>
border-color css
<style>
span { border-color: #8CFBC8; }
span { border-color: rgb(140,251,200); }
td.TdClassName
{
border-color: #8CFBC8;
}
.TagClassName
{
border-color: #8CFBC8;
}
</style>