Shades of Aquamarine #8CFACB
Tints of Aquamarine #8CFACB
RGB
CMYK
RGB Variations
Color information
#8CFACB (or 0x8CFACB) is known color: Aquamarine. HEX triplet: 8C, FA and CB. RGB value is (140,250,203). Sum of RGB (Red+Green+Blue) = 140+250+203=593 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.61% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFACB is #730534. Grayscale: #D3D3D3. Windows color (decimal): -7537973 or 13367948. OLE color: 13367948.
HSL color Cylindrical-coordinate representation of color #8CFACB: hue angle of 154.36º 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 #8CFACB is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 203 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.02 |
| HSL | 154.36º | 0.92% | 0.76% | - |
| HSV(B) | 154.36º | 0.44% | 0.98% | - |
| XYZ | 55.78 | 78.26 | 68.67 | - |
| YUV | 211.75 | 123.06 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 203 | 0.44 | 0 | 0.19 | 0.02 | 154.36 | 0.92 | 0.76 |
| Hex | 8C | FA | CB | 2C | 0 | 13 | 2 | 9A | 5C | 4C |
| Octal | 214 | 372 | 313 | 54 | 0 | 23 | 2 | 232 | 134 | 114 |
| Binary | 10001100 | 11111010 | 11001011 | 101100 | 0 | 10011 | 10 | 10011010 | 1011100 | 1001100 |
Color Harmonies of #8CFACB
Complementary color
Monochromatic Colors of #8CFACB
Black with #8CFACB
Text Example
Text Example
White with #8CFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFACB; }
p { color: rgb(140,250,203); }
H1.HeaderClassName
{
color: #8CFACB;
}
.AnyTagClassName
{
color: #8CFACB;
}
</style>
background-color css
<style>
a { background-color: #8CFACB; }
a { background-color: rgb(140,250,203); }
div.DivClassName
{
background-color: #8CFACB;
}
.BgClassName
{
background-color: #8CFACB;
}
</style>
border-color css
<style>
span { border-color: #8CFACB; }
span { border-color: rgb(140,250,203); }
td.TdClassName
{
border-color: #8CFACB;
}
.TagClassName
{
border-color: #8CFACB;
}
</style>