Shades of Aquamarine #8CFBC4
Tints of Aquamarine #8CFBC4
RGB
CMYK
RGB Variations
Color information
#8CFBC4 (or 0x8CFBC4) is known color: Aquamarine. HEX triplet: 8C, FB and C4. RGB value is (140,251,196). Sum of RGB (Red+Green+Blue) = 140+251+196=587 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.85% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBC4 is #73043B. Grayscale: #D3D3D3. Windows color (decimal): -7537724 or 12909452. OLE color: 12909452.
HSL color Cylindrical-coordinate representation of color #8CFBC4: hue angle of 150.27º 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 #8CFBC4 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 196 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.02 |
| HSL | 150.27º | 0.93% | 0.77% | - |
| HSV(B) | 150.27º | 0.44% | 0.98% | - |
| XYZ | 55.28 | 78.56 | 64.47 | - |
| YUV | 211.54 | 119.23 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 196 | 0.44 | 0 | 0.22 | 0.02 | 150.27 | 0.93 | 0.77 |
| Hex | 8C | FB | C4 | 2C | 0 | 16 | 2 | 96 | 5D | 4D |
| Octal | 214 | 373 | 304 | 54 | 0 | 26 | 2 | 226 | 135 | 115 |
| Binary | 10001100 | 11111011 | 11000100 | 101100 | 0 | 10110 | 10 | 10010110 | 1011101 | 1001101 |
Color Harmonies of #8CFBC4
Complementary color
Monochromatic Colors of #8CFBC4
Black with #8CFBC4
Text Example
Text Example
White with #8CFBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBC4; }
p { color: rgb(140,251,196); }
H1.HeaderClassName
{
color: #8CFBC4;
}
.AnyTagClassName
{
color: #8CFBC4;
}
</style>
background-color css
<style>
a { background-color: #8CFBC4; }
a { background-color: rgb(140,251,196); }
div.DivClassName
{
background-color: #8CFBC4;
}
.BgClassName
{
background-color: #8CFBC4;
}
</style>
border-color css
<style>
span { border-color: #8CFBC4; }
span { border-color: rgb(140,251,196); }
td.TdClassName
{
border-color: #8CFBC4;
}
.TagClassName
{
border-color: #8CFBC4;
}
</style>