Shades of Aquamarine #8BFACD
Tints of Aquamarine #8BFACD
RGB
CMYK
RGB Variations
Color information
#8BFACD (or 0x8BFACD) is known color: Aquamarine. HEX triplet: 8B, FA and CD. RGB value is (139,250,205). Sum of RGB (Red+Green+Blue) = 139+250+205=594 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.40% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFACD is #740532. Grayscale: #D3D3D3. Windows color (decimal): -7603507 or 13499019. OLE color: 13499019.
HSL color Cylindrical-coordinate representation of color #8BFACD: hue angle of 155.68º 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 #8BFACD is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 205 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.02 |
| HSL | 155.68º | 0.92% | 0.76% | - |
| HSV(B) | 155.68º | 0.44% | 0.98% | - |
| XYZ | 55.85 | 78.27 | 69.92 | - |
| YUV | 211.68 | 124.23 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 205 | 0.44 | 0 | 0.18 | 0.02 | 155.68 | 0.92 | 0.76 |
| Hex | 8B | FA | CD | 2C | 0 | 12 | 2 | 9C | 5C | 4C |
| Octal | 213 | 372 | 315 | 54 | 0 | 22 | 2 | 234 | 134 | 114 |
| Binary | 10001011 | 11111010 | 11001101 | 101100 | 0 | 10010 | 10 | 10011100 | 1011100 | 1001100 |
Color Harmonies of #8BFACD
Complementary color
Monochromatic Colors of #8BFACD
Black with #8BFACD
Text Example
Text Example
White with #8BFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFACD; }
p { color: rgb(139,250,205); }
H1.HeaderClassName
{
color: #8BFACD;
}
.AnyTagClassName
{
color: #8BFACD;
}
</style>
background-color css
<style>
a { background-color: #8BFACD; }
a { background-color: rgb(139,250,205); }
div.DivClassName
{
background-color: #8BFACD;
}
.BgClassName
{
background-color: #8BFACD;
}
</style>
border-color css
<style>
span { border-color: #8BFACD; }
span { border-color: rgb(139,250,205); }
td.TdClassName
{
border-color: #8BFACD;
}
.TagClassName
{
border-color: #8BFACD;
}
</style>