Shades of Aquamarine #8BEEDF
Tints of Aquamarine #8BEEDF
RGB
CMYK
RGB Variations
Color information
#8BEEDF (or 0x8BEEDF) is known color: Aquamarine. HEX triplet: 8B, EE and DF. RGB value is (139,238,223). Sum of RGB (Red+Green+Blue) = 139+238+223=600 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.17% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEEDF is #741120. Grayscale: #CECECE. Windows color (decimal): -7606561 or 14675595. OLE color: 14675595.
HSL color Cylindrical-coordinate representation of color #8BEEDF: hue angle of 170.91º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEEDF is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 238 | 223 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.07 |
| HSL | 170.91º | 0.74% | 0.74% | - |
| HSV(B) | 170.91º | 0.42% | 0.93% | - |
| XYZ | 54.54 | 71.97 | 80.83 | - |
| YUV | 206.69 | 137.2 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 238 | 223 | 0.42 | 0 | 0.06 | 0.07 | 170.91 | 0.74 | 0.74 |
| Hex | 8B | EE | DF | 2A | 0 | 6 | 7 | AB | 4A | 4A |
| Octal | 213 | 356 | 337 | 52 | 0 | 6 | 7 | 253 | 112 | 112 |
| Binary | 10001011 | 11101110 | 11011111 | 101010 | 0 | 110 | 111 | 10101011 | 1001010 | 1001010 |
Color Harmonies of #8BEEDF
Complementary color
Monochromatic Colors of #8BEEDF
Black with #8BEEDF
Text Example
Text Example
White with #8BEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEEDF; }
p { color: rgb(139,238,223); }
H1.HeaderClassName
{
color: #8BEEDF;
}
.AnyTagClassName
{
color: #8BEEDF;
}
</style>
background-color css
<style>
a { background-color: #8BEEDF; }
a { background-color: rgb(139,238,223); }
div.DivClassName
{
background-color: #8BEEDF;
}
.BgClassName
{
background-color: #8BEEDF;
}
</style>
border-color css
<style>
span { border-color: #8BEEDF; }
span { border-color: rgb(139,238,223); }
td.TdClassName
{
border-color: #8BEEDF;
}
.TagClassName
{
border-color: #8BEEDF;
}
</style>