Shades of Aquamarine #8CFBB7
Tints of Aquamarine #8CFBB7
RGB
CMYK
RGB Variations
Color information
#8CFBB7 (or 0x8CFBB7) is known color: Aquamarine. HEX triplet: 8C, FB and B7. RGB value is (140,251,183). Sum of RGB (Red+Green+Blue) = 140+251+183=574 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.39% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBB7 is #730448. Grayscale: #D2D2D2. Windows color (decimal): -7537737 or 12057484. OLE color: 12057484.
HSL color Cylindrical-coordinate representation of color #8CFBB7: hue angle of 143.24º 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 #8CFBB7 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 183 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.02 |
| HSL | 143.24º | 0.93% | 0.77% | - |
| HSV(B) | 143.24º | 0.44% | 0.98% | - |
| XYZ | 53.86 | 77.99 | 57.01 | - |
| YUV | 210.06 | 112.73 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 183 | 0.44 | 0 | 0.27 | 0.02 | 143.24 | 0.93 | 0.77 |
| Hex | 8C | FB | B7 | 2C | 0 | 1B | 2 | 8F | 5D | 4D |
| Octal | 214 | 373 | 267 | 54 | 0 | 33 | 2 | 217 | 135 | 115 |
| Binary | 10001100 | 11111011 | 10110111 | 101100 | 0 | 11011 | 10 | 10001111 | 1011101 | 1001101 |
Color Harmonies of #8CFBB7
Complementary color
Monochromatic Colors of #8CFBB7
Black with #8CFBB7
Text Example
Text Example
White with #8CFBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBB7; }
p { color: rgb(140,251,183); }
H1.HeaderClassName
{
color: #8CFBB7;
}
.AnyTagClassName
{
color: #8CFBB7;
}
</style>
background-color css
<style>
a { background-color: #8CFBB7; }
a { background-color: rgb(140,251,183); }
div.DivClassName
{
background-color: #8CFBB7;
}
.BgClassName
{
background-color: #8CFBB7;
}
</style>
border-color css
<style>
span { border-color: #8CFBB7; }
span { border-color: rgb(140,251,183); }
td.TdClassName
{
border-color: #8CFBB7;
}
.TagClassName
{
border-color: #8CFBB7;
}
</style>