Shades of Aquamarine #8BEED0
Tints of Aquamarine #8BEED0
RGB
CMYK
RGB Variations
Color information
#8BEED0 (or 0x8BEED0) is known color: Aquamarine. HEX triplet: 8B, EE and D0. RGB value is (139,238,208). Sum of RGB (Red+Green+Blue) = 139+238+208=585 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.76% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEED0 is #74112F. Grayscale: #CCCCCC. Windows color (decimal): -7606576 or 13692555. OLE color: 13692555.
HSL color Cylindrical-coordinate representation of color #8BEED0: hue angle of 161.82º 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 #8BEED0 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 238 | 208 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.07 |
| HSL | 161.82º | 0.74% | 0.74% | - |
| HSV(B) | 161.82º | 0.42% | 0.93% | - |
| XYZ | 52.61 | 71.19 | 70.64 | - |
| YUV | 204.98 | 129.7 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 238 | 208 | 0.42 | 0 | 0.13 | 0.07 | 161.82 | 0.74 | 0.74 |
| Hex | 8B | EE | D0 | 2A | 0 | D | 7 | A2 | 4A | 4A |
| Octal | 213 | 356 | 320 | 52 | 0 | 15 | 7 | 242 | 112 | 112 |
| Binary | 10001011 | 11101110 | 11010000 | 101010 | 0 | 1101 | 111 | 10100010 | 1001010 | 1001010 |
Color Harmonies of #8BEED0
Complementary color
Monochromatic Colors of #8BEED0
Black with #8BEED0
Text Example
Text Example
White with #8BEED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEED0; }
p { color: rgb(139,238,208); }
H1.HeaderClassName
{
color: #8BEED0;
}
.AnyTagClassName
{
color: #8BEED0;
}
</style>
background-color css
<style>
a { background-color: #8BEED0; }
a { background-color: rgb(139,238,208); }
div.DivClassName
{
background-color: #8BEED0;
}
.BgClassName
{
background-color: #8BEED0;
}
</style>
border-color css
<style>
span { border-color: #8BEED0; }
span { border-color: rgb(139,238,208); }
td.TdClassName
{
border-color: #8BEED0;
}
.TagClassName
{
border-color: #8BEED0;
}
</style>