Shades of Aquamarine #8BFACA
Tints of Aquamarine #8BFACA
RGB
CMYK
RGB Variations
Color information
#8BFACA (or 0x8BFACA) is known color: Aquamarine. HEX triplet: 8B, FA and CA. RGB value is (139,250,202). Sum of RGB (Red+Green+Blue) = 139+250+202=591 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.52% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFACA is #740535. Grayscale: #D3D3D3. Windows color (decimal): -7603510 or 13302411. OLE color: 13302411.
HSL color Cylindrical-coordinate representation of color #8BFACA: hue angle of 154.05º 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 #8BFACA is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 202 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.02 |
| HSL | 154.05º | 0.92% | 0.76% | - |
| HSV(B) | 154.05º | 0.44% | 0.98% | - |
| XYZ | 55.49 | 78.12 | 68.03 | - |
| YUV | 211.34 | 122.73 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 202 | 0.44 | 0 | 0.19 | 0.02 | 154.05 | 0.92 | 0.76 |
| Hex | 8B | FA | CA | 2C | 0 | 13 | 2 | 9A | 5C | 4C |
| Octal | 213 | 372 | 312 | 54 | 0 | 23 | 2 | 232 | 134 | 114 |
| Binary | 10001011 | 11111010 | 11001010 | 101100 | 0 | 10011 | 10 | 10011010 | 1011100 | 1001100 |
Color Harmonies of #8BFACA
Complementary color
Monochromatic Colors of #8BFACA
Black with #8BFACA
Text Example
Text Example
White with #8BFACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFACA; }
p { color: rgb(139,250,202); }
H1.HeaderClassName
{
color: #8BFACA;
}
.AnyTagClassName
{
color: #8BFACA;
}
</style>
background-color css
<style>
a { background-color: #8BFACA; }
a { background-color: rgb(139,250,202); }
div.DivClassName
{
background-color: #8BFACA;
}
.BgClassName
{
background-color: #8BFACA;
}
</style>
border-color css
<style>
span { border-color: #8BFACA; }
span { border-color: rgb(139,250,202); }
td.TdClassName
{
border-color: #8BFACA;
}
.TagClassName
{
border-color: #8BFACA;
}
</style>