Shades of Aquamarine #8CFBBD
Tints of Aquamarine #8CFBBD
RGB
CMYK
RGB Variations
Color information
#8CFBBD (or 0x8CFBBD) is known color: Aquamarine. HEX triplet: 8C, FB and BD. RGB value is (140,251,189). Sum of RGB (Red+Green+Blue) = 140+251+189=580 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.14% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBBD is #730442. Grayscale: #D2D2D2. Windows color (decimal): -7537731 or 12450700. OLE color: 12450700.
HSL color Cylindrical-coordinate representation of color #8CFBBD: hue angle of 146.49º 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 #8CFBBD is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 189 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.02 |
| HSL | 146.49º | 0.93% | 0.77% | - |
| HSV(B) | 146.49º | 0.44% | 0.98% | - |
| XYZ | 54.5 | 78.24 | 60.37 | - |
| YUV | 210.74 | 115.73 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 189 | 0.44 | 0 | 0.25 | 0.02 | 146.49 | 0.93 | 0.77 |
| Hex | 8C | FB | BD | 2C | 0 | 19 | 2 | 92 | 5D | 4D |
| Octal | 214 | 373 | 275 | 54 | 0 | 31 | 2 | 222 | 135 | 115 |
| Binary | 10001100 | 11111011 | 10111101 | 101100 | 0 | 11001 | 10 | 10010010 | 1011101 | 1001101 |
Color Harmonies of #8CFBBD
Complementary color
Monochromatic Colors of #8CFBBD
Black with #8CFBBD
Text Example
Text Example
White with #8CFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBBD; }
p { color: rgb(140,251,189); }
H1.HeaderClassName
{
color: #8CFBBD;
}
.AnyTagClassName
{
color: #8CFBBD;
}
</style>
background-color css
<style>
a { background-color: #8CFBBD; }
a { background-color: rgb(140,251,189); }
div.DivClassName
{
background-color: #8CFBBD;
}
.BgClassName
{
background-color: #8CFBBD;
}
</style>
border-color css
<style>
span { border-color: #8CFBBD; }
span { border-color: rgb(140,251,189); }
td.TdClassName
{
border-color: #8CFBBD;
}
.TagClassName
{
border-color: #8CFBBD;
}
</style>