Shades of Aquamarine #8CFDBD
Tints of Aquamarine #8CFDBD
RGB
CMYK
RGB Variations
Color information
#8CFDBD (or 0x8CFDBD) is known color: Aquamarine. HEX triplet: 8C, FD and BD. RGB value is (140,253,189). Sum of RGB (Red+Green+Blue) = 140+253+189=582 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.05% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFDBD is #730242. Grayscale: #D4D4D4. Windows color (decimal): -7537219 or 12451212. OLE color: 12451212.
HSL color Cylindrical-coordinate representation of color #8CFDBD: hue angle of 146.02º 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 #8CFDBD is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 189 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.01 |
| HSL | 146.02º | 0.97% | 0.77% | - |
| HSV(B) | 146.02º | 0.45% | 0.99% | - |
| XYZ | 55.13 | 79.5 | 60.58 | - |
| YUV | 211.92 | 115.06 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 189 | 0.45 | 0 | 0.25 | 0.01 | 146.02 | 0.97 | 0.77 |
| Hex | 8C | FD | BD | 2D | 0 | 19 | 1 | 92 | 61 | 4D |
| Octal | 214 | 375 | 275 | 55 | 0 | 31 | 1 | 222 | 141 | 115 |
| Binary | 10001100 | 11111101 | 10111101 | 101101 | 0 | 11001 | 1 | 10010010 | 1100001 | 1001101 |
Color Harmonies of #8CFDBD
Complementary color
Monochromatic Colors of #8CFDBD
Black with #8CFDBD
Text Example
Text Example
White with #8CFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFDBD; }
p { color: rgb(140,253,189); }
H1.HeaderClassName
{
color: #8CFDBD;
}
.AnyTagClassName
{
color: #8CFDBD;
}
</style>
background-color css
<style>
a { background-color: #8CFDBD; }
a { background-color: rgb(140,253,189); }
div.DivClassName
{
background-color: #8CFDBD;
}
.BgClassName
{
background-color: #8CFDBD;
}
</style>
border-color css
<style>
span { border-color: #8CFDBD; }
span { border-color: rgb(140,253,189); }
td.TdClassName
{
border-color: #8CFDBD;
}
.TagClassName
{
border-color: #8CFDBD;
}
</style>