Shades of Aquamarine #8CFDBA
Tints of Aquamarine #8CFDBA
RGB
CMYK
RGB Variations
Color information
#8CFDBA (or 0x8CFDBA) is known color: Aquamarine. HEX triplet: 8C, FD and BA. RGB value is (140,253,186). Sum of RGB (Red+Green+Blue) = 140+253+186=579 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.18% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFDBA is #730245. Grayscale: #D3D3D3. Windows color (decimal): -7537222 or 12254604. OLE color: 12254604.
HSL color Cylindrical-coordinate representation of color #8CFDBA: hue angle of 144.42º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFDBA is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 186 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.01 |
| HSL | 144.42º | 0.97% | 0.77% | - |
| HSV(B) | 144.42º | 0.45% | 0.99% | - |
| XYZ | 54.8 | 79.37 | 58.89 | - |
| YUV | 211.58 | 113.56 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 186 | 0.45 | 0 | 0.26 | 0.01 | 144.42 | 0.97 | 0.77 |
| Hex | 8C | FD | BA | 2D | 0 | 1A | 1 | 90 | 61 | 4D |
| Octal | 214 | 375 | 272 | 55 | 0 | 32 | 1 | 220 | 141 | 115 |
| Binary | 10001100 | 11111101 | 10111010 | 101101 | 0 | 11010 | 1 | 10010000 | 1100001 | 1001101 |
Color Harmonies of #8CFDBA
Complementary color
Monochromatic Colors of #8CFDBA
Black with #8CFDBA
Text Example
Text Example
White with #8CFDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFDBA; }
p { color: rgb(140,253,186); }
H1.HeaderClassName
{
color: #8CFDBA;
}
.AnyTagClassName
{
color: #8CFDBA;
}
</style>
background-color css
<style>
a { background-color: #8CFDBA; }
a { background-color: rgb(140,253,186); }
div.DivClassName
{
background-color: #8CFDBA;
}
.BgClassName
{
background-color: #8CFDBA;
}
</style>
border-color css
<style>
span { border-color: #8CFDBA; }
span { border-color: rgb(140,253,186); }
td.TdClassName
{
border-color: #8CFDBA;
}
.TagClassName
{
border-color: #8CFDBA;
}
</style>