Shades of Aquamarine #8BFDDF
Tints of Aquamarine #8BFDDF
RGB
CMYK
RGB Variations
Color information
#8BFDDF (or 0x8BFDDF) is known color: Aquamarine. HEX triplet: 8B, FD and DF. RGB value is (139,253,223). Sum of RGB (Red+Green+Blue) = 139+253+223=615 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.60% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFDDF is #740220. Grayscale: #D7D7D7. Windows color (decimal): -7602721 or 14679435. OLE color: 14679435.
HSL color Cylindrical-coordinate representation of color #8BFDDF: hue angle of 164.21º 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 #8BFDDF is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 223 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.01 |
| HSL | 164.21º | 0.97% | 0.77% | - |
| HSV(B) | 164.21º | 0.45% | 0.99% | - |
| XYZ | 59.09 | 81.07 | 82.35 | - |
| YUV | 215.49 | 132.23 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 223 | 0.45 | 0 | 0.12 | 0.01 | 164.21 | 0.97 | 0.77 |
| Hex | 8B | FD | DF | 2D | 0 | C | 1 | A4 | 61 | 4D |
| Octal | 213 | 375 | 337 | 55 | 0 | 14 | 1 | 244 | 141 | 115 |
| Binary | 10001011 | 11111101 | 11011111 | 101101 | 0 | 1100 | 1 | 10100100 | 1100001 | 1001101 |
Color Harmonies of #8BFDDF
Complementary color
Monochromatic Colors of #8BFDDF
Black with #8BFDDF
Text Example
Text Example
White with #8BFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFDDF; }
p { color: rgb(139,253,223); }
H1.HeaderClassName
{
color: #8BFDDF;
}
.AnyTagClassName
{
color: #8BFDDF;
}
</style>
background-color css
<style>
a { background-color: #8BFDDF; }
a { background-color: rgb(139,253,223); }
div.DivClassName
{
background-color: #8BFDDF;
}
.BgClassName
{
background-color: #8BFDDF;
}
</style>
border-color css
<style>
span { border-color: #8BFDDF; }
span { border-color: rgb(139,253,223); }
td.TdClassName
{
border-color: #8BFDDF;
}
.TagClassName
{
border-color: #8BFDDF;
}
</style>