Shades of Aquamarine #8BFDDC
Tints of Aquamarine #8BFDDC
RGB
CMYK
RGB Variations
Color information
#8BFDDC (or 0x8BFDDC) is known color: Aquamarine. HEX triplet: 8B, FD and DC. RGB value is (139,253,220). Sum of RGB (Red+Green+Blue) = 139+253+220=612 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.71% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFDDC is #740223. Grayscale: #D7D7D7. Windows color (decimal): -7602724 or 14482827. OLE color: 14482827.
HSL color Cylindrical-coordinate representation of color #8BFDDC: hue angle of 162.63º 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 #8BFDDC is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 220 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.01 |
| HSL | 162.63º | 0.97% | 0.77% | - |
| HSV(B) | 162.63º | 0.45% | 0.99% | - |
| XYZ | 58.69 | 80.91 | 80.23 | - |
| YUV | 215.15 | 130.73 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 220 | 0.45 | 0 | 0.13 | 0.01 | 162.63 | 0.97 | 0.77 |
| Hex | 8B | FD | DC | 2D | 0 | D | 1 | A3 | 61 | 4D |
| Octal | 213 | 375 | 334 | 55 | 0 | 15 | 1 | 243 | 141 | 115 |
| Binary | 10001011 | 11111101 | 11011100 | 101101 | 0 | 1101 | 1 | 10100011 | 1100001 | 1001101 |
Color Harmonies of #8BFDDC
Complementary color
Monochromatic Colors of #8BFDDC
Black with #8BFDDC
Text Example
Text Example
White with #8BFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFDDC; }
p { color: rgb(139,253,220); }
H1.HeaderClassName
{
color: #8BFDDC;
}
.AnyTagClassName
{
color: #8BFDDC;
}
</style>
background-color css
<style>
a { background-color: #8BFDDC; }
a { background-color: rgb(139,253,220); }
div.DivClassName
{
background-color: #8BFDDC;
}
.BgClassName
{
background-color: #8BFDDC;
}
</style>
border-color css
<style>
span { border-color: #8BFDDC; }
span { border-color: rgb(139,253,220); }
td.TdClassName
{
border-color: #8BFDDC;
}
.TagClassName
{
border-color: #8BFDDC;
}
</style>