Shades of Aquamarine #8BEED5
Tints of Aquamarine #8BEED5
RGB
CMYK
RGB Variations
Color information
#8BEED5 (or 0x8BEED5) is known color: Aquamarine. HEX triplet: 8B, EE and D5. RGB value is (139,238,213). Sum of RGB (Red+Green+Blue) = 139+238+213=590 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.56% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEED5 is #74112A. Grayscale: #CDCDCD. Windows color (decimal): -7606571 or 14020235. OLE color: 14020235.
HSL color Cylindrical-coordinate representation of color #8BEED5: hue angle of 164.85º 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 #8BEED5 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 238 | 213 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.07 |
| HSL | 164.85º | 0.74% | 0.74% | - |
| HSV(B) | 164.85º | 0.42% | 0.93% | - |
| XYZ | 53.23 | 71.44 | 73.93 | - |
| YUV | 205.55 | 132.2 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 238 | 213 | 0.42 | 0 | 0.11 | 0.07 | 164.85 | 0.74 | 0.74 |
| Hex | 8B | EE | D5 | 2A | 0 | B | 7 | A5 | 4A | 4A |
| Octal | 213 | 356 | 325 | 52 | 0 | 13 | 7 | 245 | 112 | 112 |
| Binary | 10001011 | 11101110 | 11010101 | 101010 | 0 | 1011 | 111 | 10100101 | 1001010 | 1001010 |
Color Harmonies of #8BEED5
Complementary color
Monochromatic Colors of #8BEED5
Black with #8BEED5
Text Example
Text Example
White with #8BEED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEED5; }
p { color: rgb(139,238,213); }
H1.HeaderClassName
{
color: #8BEED5;
}
.AnyTagClassName
{
color: #8BEED5;
}
</style>
background-color css
<style>
a { background-color: #8BEED5; }
a { background-color: rgb(139,238,213); }
div.DivClassName
{
background-color: #8BEED5;
}
.BgClassName
{
background-color: #8BEED5;
}
</style>
border-color css
<style>
span { border-color: #8BEED5; }
span { border-color: rgb(139,238,213); }
td.TdClassName
{
border-color: #8BEED5;
}
.TagClassName
{
border-color: #8BEED5;
}
</style>