Shades of Aquamarine #8CFBC1
Tints of Aquamarine #8CFBC1
RGB
CMYK
RGB Variations
Color information
#8CFBC1 (or 0x8CFBC1) is known color: Aquamarine. HEX triplet: 8C, FB and C1. RGB value is (140,251,193). Sum of RGB (Red+Green+Blue) = 140+251+193=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBC1 is #73043E. Grayscale: #D3D3D3. Windows color (decimal): -7537727 or 12712844. OLE color: 12712844.
HSL color Cylindrical-coordinate representation of color #8CFBC1: hue angle of 148.65º 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 #8CFBC1 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 193 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.02 |
| HSL | 148.65º | 0.93% | 0.77% | - |
| HSV(B) | 148.65º | 0.44% | 0.98% | - |
| XYZ | 54.94 | 78.42 | 62.69 | - |
| YUV | 211.2 | 117.73 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 193 | 0.44 | 0 | 0.23 | 0.02 | 148.65 | 0.93 | 0.77 |
| Hex | 8C | FB | C1 | 2C | 0 | 17 | 2 | 95 | 5D | 4D |
| Octal | 214 | 373 | 301 | 54 | 0 | 27 | 2 | 225 | 135 | 115 |
| Binary | 10001100 | 11111011 | 11000001 | 101100 | 0 | 10111 | 10 | 10010101 | 1011101 | 1001101 |
Color Harmonies of #8CFBC1
Complementary color
Monochromatic Colors of #8CFBC1
Black with #8CFBC1
Text Example
Text Example
White with #8CFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBC1; }
p { color: rgb(140,251,193); }
H1.HeaderClassName
{
color: #8CFBC1;
}
.AnyTagClassName
{
color: #8CFBC1;
}
</style>
background-color css
<style>
a { background-color: #8CFBC1; }
a { background-color: rgb(140,251,193); }
div.DivClassName
{
background-color: #8CFBC1;
}
.BgClassName
{
background-color: #8CFBC1;
}
</style>
border-color css
<style>
span { border-color: #8CFBC1; }
span { border-color: rgb(140,251,193); }
td.TdClassName
{
border-color: #8CFBC1;
}
.TagClassName
{
border-color: #8CFBC1;
}
</style>