Shades of Aquamarine #8BEFDA
Tints of Aquamarine #8BEFDA
RGB
CMYK
RGB Variations
Color information
#8BEFDA (or 0x8BEFDA) is known color: Aquamarine. HEX triplet: 8B, EF and DA. RGB value is (139,239,218). Sum of RGB (Red+Green+Blue) = 139+239+218=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFDA is #741025. Grayscale: #CECECE. Windows color (decimal): -7606310 or 14348171. OLE color: 14348171.
HSL color Cylindrical-coordinate representation of color #8BEFDA: hue angle of 167.4º 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 #8BEFDA is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 239 | 218 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.06 |
| HSL | 167.4º | 0.76% | 0.74% | - |
| HSV(B) | 167.4º | 0.42% | 0.94% | - |
| XYZ | 54.17 | 72.28 | 77.43 | - |
| YUV | 206.71 | 134.37 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 239 | 218 | 0.42 | 0 | 0.09 | 0.06 | 167.4 | 0.76 | 0.74 |
| Hex | 8B | EF | DA | 2A | 0 | 9 | 6 | A7 | 4C | 4A |
| Octal | 213 | 357 | 332 | 52 | 0 | 11 | 6 | 247 | 114 | 112 |
| Binary | 10001011 | 11101111 | 11011010 | 101010 | 0 | 1001 | 110 | 10100111 | 1001100 | 1001010 |
Color Harmonies of #8BEFDA
Complementary color
Monochromatic Colors of #8BEFDA
Black with #8BEFDA
Text Example
Text Example
White with #8BEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEFDA; }
p { color: rgb(139,239,218); }
H1.HeaderClassName
{
color: #8BEFDA;
}
.AnyTagClassName
{
color: #8BEFDA;
}
</style>
background-color css
<style>
a { background-color: #8BEFDA; }
a { background-color: rgb(139,239,218); }
div.DivClassName
{
background-color: #8BEFDA;
}
.BgClassName
{
background-color: #8BEFDA;
}
</style>
border-color css
<style>
span { border-color: #8BEFDA; }
span { border-color: rgb(139,239,218); }
td.TdClassName
{
border-color: #8BEFDA;
}
.TagClassName
{
border-color: #8BEFDA;
}
</style>