Shades of Aquamarine #8CFBC6
Tints of Aquamarine #8CFBC6
RGB
CMYK
RGB Variations
Color information
#8CFBC6 (or 0x8CFBC6) is known color: Aquamarine. HEX triplet: 8C, FB and C6. RGB value is (140,251,198). Sum of RGB (Red+Green+Blue) = 140+251+198=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBC6 is #730439. Grayscale: #D3D3D3. Windows color (decimal): -7537722 or 13040524. OLE color: 13040524.
HSL color Cylindrical-coordinate representation of color #8CFBC6: hue angle of 151.35º 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 #8CFBC6 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 198 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.02 |
| HSL | 151.35º | 0.93% | 0.77% | - |
| HSV(B) | 151.35º | 0.44% | 0.98% | - |
| XYZ | 55.51 | 78.65 | 65.68 | - |
| YUV | 211.77 | 120.23 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 198 | 0.44 | 0 | 0.21 | 0.02 | 151.35 | 0.93 | 0.77 |
| Hex | 8C | FB | C6 | 2C | 0 | 15 | 2 | 97 | 5D | 4D |
| Octal | 214 | 373 | 306 | 54 | 0 | 25 | 2 | 227 | 135 | 115 |
| Binary | 10001100 | 11111011 | 11000110 | 101100 | 0 | 10101 | 10 | 10010111 | 1011101 | 1001101 |
Color Harmonies of #8CFBC6
Complementary color
Monochromatic Colors of #8CFBC6
Black with #8CFBC6
Text Example
Text Example
White with #8CFBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBC6; }
p { color: rgb(140,251,198); }
H1.HeaderClassName
{
color: #8CFBC6;
}
.AnyTagClassName
{
color: #8CFBC6;
}
</style>
background-color css
<style>
a { background-color: #8CFBC6; }
a { background-color: rgb(140,251,198); }
div.DivClassName
{
background-color: #8CFBC6;
}
.BgClassName
{
background-color: #8CFBC6;
}
</style>
border-color css
<style>
span { border-color: #8CFBC6; }
span { border-color: rgb(140,251,198); }
td.TdClassName
{
border-color: #8CFBC6;
}
.TagClassName
{
border-color: #8CFBC6;
}
</style>