Shades of Aquamarine #8BFDE2
Tints of Aquamarine #8BFDE2
RGB
CMYK
RGB Variations
Color information
#8BFDE2 (or 0x8BFDE2) is known color: Aquamarine. HEX triplet: 8B, FD and E2. RGB value is (139,253,226). Sum of RGB (Red+Green+Blue) = 139+253+226=618 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.49% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFDE2 is #74021D. Grayscale: #D7D7D7. Windows color (decimal): -7602718 or 14876043. OLE color: 14876043.
HSL color Cylindrical-coordinate representation of color #8BFDE2: hue angle of 165.79º 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 #8BFDE2 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 226 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.01 |
| HSL | 165.79º | 0.97% | 0.77% | - |
| HSV(B) | 165.79º | 0.45% | 0.99% | - |
| XYZ | 59.5 | 81.23 | 84.49 | - |
| YUV | 215.84 | 133.73 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 226 | 0.45 | 0 | 0.11 | 0.01 | 165.79 | 0.97 | 0.77 |
| Hex | 8B | FD | E2 | 2D | 0 | B | 1 | A6 | 61 | 4D |
| Octal | 213 | 375 | 342 | 55 | 0 | 13 | 1 | 246 | 141 | 115 |
| Binary | 10001011 | 11111101 | 11100010 | 101101 | 0 | 1011 | 1 | 10100110 | 1100001 | 1001101 |
Color Harmonies of #8BFDE2
Complementary color
Monochromatic Colors of #8BFDE2
Black with #8BFDE2
Text Example
Text Example
White with #8BFDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFDE2; }
p { color: rgb(139,253,226); }
H1.HeaderClassName
{
color: #8BFDE2;
}
.AnyTagClassName
{
color: #8BFDE2;
}
</style>
background-color css
<style>
a { background-color: #8BFDE2; }
a { background-color: rgb(139,253,226); }
div.DivClassName
{
background-color: #8BFDE2;
}
.BgClassName
{
background-color: #8BFDE2;
}
</style>
border-color css
<style>
span { border-color: #8BFDE2; }
span { border-color: rgb(139,253,226); }
td.TdClassName
{
border-color: #8BFDE2;
}
.TagClassName
{
border-color: #8BFDE2;
}
</style>