Shades of Aquamarine #8CFBCD
Tints of Aquamarine #8CFBCD
RGB
CMYK
RGB Variations
Color information
#8CFBCD (or 0x8CFBCD) is known color: Aquamarine. HEX triplet: 8C, FB and CD. RGB value is (140,251,205). Sum of RGB (Red+Green+Blue) = 140+251+205=596 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.49% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBCD is #730432. Grayscale: #D4D4D4. Windows color (decimal): -7537715 or 13499276. OLE color: 13499276.
HSL color Cylindrical-coordinate representation of color #8CFBCD: hue angle of 155.14º 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 #8CFBCD is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 205 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.02 |
| HSL | 155.14º | 0.93% | 0.77% | - |
| HSV(B) | 155.14º | 0.44% | 0.98% | - |
| XYZ | 56.33 | 78.98 | 70.03 | - |
| YUV | 212.57 | 123.73 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 205 | 0.44 | 0 | 0.18 | 0.02 | 155.14 | 0.93 | 0.77 |
| Hex | 8C | FB | CD | 2C | 0 | 12 | 2 | 9B | 5D | 4D |
| Octal | 214 | 373 | 315 | 54 | 0 | 22 | 2 | 233 | 135 | 115 |
| Binary | 10001100 | 11111011 | 11001101 | 101100 | 0 | 10010 | 10 | 10011011 | 1011101 | 1001101 |
Color Harmonies of #8CFBCD
Complementary color
Monochromatic Colors of #8CFBCD
Black with #8CFBCD
Text Example
Text Example
White with #8CFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBCD; }
p { color: rgb(140,251,205); }
H1.HeaderClassName
{
color: #8CFBCD;
}
.AnyTagClassName
{
color: #8CFBCD;
}
</style>
background-color css
<style>
a { background-color: #8CFBCD; }
a { background-color: rgb(140,251,205); }
div.DivClassName
{
background-color: #8CFBCD;
}
.BgClassName
{
background-color: #8CFBCD;
}
</style>
border-color css
<style>
span { border-color: #8CFBCD; }
span { border-color: rgb(140,251,205); }
td.TdClassName
{
border-color: #8CFBCD;
}
.TagClassName
{
border-color: #8CFBCD;
}
</style>