Shades of Aquamarine #8BFDDA
Tints of Aquamarine #8BFDDA
RGB
CMYK
RGB Variations
Color information
#8BFDDA (or 0x8BFDDA) is known color: Aquamarine. HEX triplet: 8B, FD and DA. RGB value is (139,253,218). Sum of RGB (Red+Green+Blue) = 139+253+218=610 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.79% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFDDA is #740225. Grayscale: #D6D6D6. Windows color (decimal): -7602726 or 14351755. OLE color: 14351755.
HSL color Cylindrical-coordinate representation of color #8BFDDA: hue angle of 161.58º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFDDA is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 218 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.01 |
| HSL | 161.58º | 0.97% | 0.77% | - |
| HSV(B) | 161.58º | 0.45% | 0.99% | - |
| XYZ | 58.43 | 80.8 | 78.85 | - |
| YUV | 214.92 | 129.73 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 218 | 0.45 | 0 | 0.14 | 0.01 | 161.58 | 0.97 | 0.77 |
| Hex | 8B | FD | DA | 2D | 0 | E | 1 | A2 | 61 | 4D |
| Octal | 213 | 375 | 332 | 55 | 0 | 16 | 1 | 242 | 141 | 115 |
| Binary | 10001011 | 11111101 | 11011010 | 101101 | 0 | 1110 | 1 | 10100010 | 1100001 | 1001101 |
Color Harmonies of #8BFDDA
Complementary color
Monochromatic Colors of #8BFDDA
Black with #8BFDDA
Text Example
Text Example
White with #8BFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFDDA; }
p { color: rgb(139,253,218); }
H1.HeaderClassName
{
color: #8BFDDA;
}
.AnyTagClassName
{
color: #8BFDDA;
}
</style>
background-color css
<style>
a { background-color: #8BFDDA; }
a { background-color: rgb(139,253,218); }
div.DivClassName
{
background-color: #8BFDDA;
}
.BgClassName
{
background-color: #8BFDDA;
}
</style>
border-color css
<style>
span { border-color: #8BFDDA; }
span { border-color: rgb(139,253,218); }
td.TdClassName
{
border-color: #8BFDDA;
}
.TagClassName
{
border-color: #8BFDDA;
}
</style>