Shades of Aquamarine #8BEFDB
Tints of Aquamarine #8BEFDB
RGB
CMYK
RGB Variations
Color information
#8BEFDB (or 0x8BEFDB) is known color: Aquamarine. HEX triplet: 8B, EF and DB. RGB value is (139,239,219). Sum of RGB (Red+Green+Blue) = 139+239+219=597 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.28% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFDB is #741024. Grayscale: #CECECE. Windows color (decimal): -7606309 or 14413707. OLE color: 14413707.
HSL color Cylindrical-coordinate representation of color #8BEFDB: hue angle of 168º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEFDB is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 139 | 239 | 219 | - |
CMYK | 0.42 | 0 | 0.08 | 0.06 |
HSL | 168º | 0.76% | 0.74% | - |
HSV(B) | 168º | 0.42% | 0.94% | - |
XYZ | 54.3 | 72.34 | 78.12 | - |
YUV | 206.82 | 134.87 | 79.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 239 | 219 | 0.42 | 0 | 0.08 | 0.06 | 168 | 0.76 | 0.74 |
Hex | 8B | EF | DB | 2A | 0 | 8 | 6 | A8 | 4C | 4A |
Octal | 213 | 357 | 333 | 52 | 0 | 10 | 6 | 250 | 114 | 112 |
Binary | 10001011 | 11101111 | 11011011 | 101010 | 0 | 1000 | 110 | 10101000 | 1001100 | 1001010 |
Color Harmonies of #8BEFDB
Complementary color
Monochromatic Colors of #8BEFDB
Black with #8BEFDB
Text Example
Text Example
White with #8BEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEFDB; }
p { color: rgb(139,239,219); }
H1.HeaderClassName
{
color: #8BEFDB;
}
.AnyTagClassName
{
color: #8BEFDB;
}
</style>
background-color css
<style>
a { background-color: #8BEFDB; }
a { background-color: rgb(139,239,219); }
div.DivClassName
{
background-color: #8BEFDB;
}
.BgClassName
{
background-color: #8BEFDB;
}
</style>
border-color css
<style>
span { border-color: #8BEFDB; }
span { border-color: rgb(139,239,219); }
td.TdClassName
{
border-color: #8BEFDB;
}
.TagClassName
{
border-color: #8BEFDB;
}
</style>