Shades of Aquamarine #8CFAC3
Tints of Aquamarine #8CFAC3
RGB
CMYK
RGB Variations
Color information
#8CFAC3 (or 0x8CFAC3) is known color: Aquamarine. HEX triplet: 8C, FA and C3. RGB value is (140,250,195). Sum of RGB (Red+Green+Blue) = 140+250+195=585 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.93% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFAC3 is #73053C. Grayscale: #D2D2D2. Windows color (decimal): -7537981 or 12843660. OLE color: 12843660.
HSL color Cylindrical-coordinate representation of color #8CFAC3: hue angle of 150º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFAC3 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 195 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.02 |
| HSL | 150º | 0.92% | 0.76% | - |
| HSV(B) | 150º | 0.44% | 0.98% | - |
| XYZ | 54.85 | 77.89 | 63.77 | - |
| YUV | 210.84 | 119.06 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 195 | 0.44 | 0 | 0.22 | 0.02 | 150 | 0.92 | 0.76 |
| Hex | 8C | FA | C3 | 2C | 0 | 16 | 2 | 96 | 5C | 4C |
| Octal | 214 | 372 | 303 | 54 | 0 | 26 | 2 | 226 | 134 | 114 |
| Binary | 10001100 | 11111010 | 11000011 | 101100 | 0 | 10110 | 10 | 10010110 | 1011100 | 1001100 |
Color Harmonies of #8CFAC3
Complementary color
Monochromatic Colors of #8CFAC3
Black with #8CFAC3
Text Example
Text Example
White with #8CFAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFAC3; }
p { color: rgb(140,250,195); }
H1.HeaderClassName
{
color: #8CFAC3;
}
.AnyTagClassName
{
color: #8CFAC3;
}
</style>
background-color css
<style>
a { background-color: #8CFAC3; }
a { background-color: rgb(140,250,195); }
div.DivClassName
{
background-color: #8CFAC3;
}
.BgClassName
{
background-color: #8CFAC3;
}
</style>
border-color css
<style>
span { border-color: #8CFAC3; }
span { border-color: rgb(140,250,195); }
td.TdClassName
{
border-color: #8CFAC3;
}
.TagClassName
{
border-color: #8CFAC3;
}
</style>