Shades of Aquamarine #8BEFD3
Tints of Aquamarine #8BEFD3
RGB
CMYK
RGB Variations
Color information
#8BEFD3 (or 0x8BEFD3) is known color: Aquamarine. HEX triplet: 8B, EF and D3. RGB value is (139,239,211). Sum of RGB (Red+Green+Blue) = 139+239+211=589 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.60% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFD3 is #74102C. Grayscale: #CDCDCD. Windows color (decimal): -7606317 or 13889419. OLE color: 13889419.
HSL color Cylindrical-coordinate representation of color #8BEFD3: hue angle of 163.2º 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 #8BEFD3 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 239 | 211 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.06 |
| HSL | 163.2º | 0.76% | 0.74% | - |
| HSV(B) | 163.2º | 0.42% | 0.94% | - |
| XYZ | 53.27 | 71.93 | 72.7 | - |
| YUV | 205.91 | 130.87 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 239 | 211 | 0.42 | 0 | 0.12 | 0.06 | 163.2 | 0.76 | 0.74 |
| Hex | 8B | EF | D3 | 2A | 0 | C | 6 | A3 | 4C | 4A |
| Octal | 213 | 357 | 323 | 52 | 0 | 14 | 6 | 243 | 114 | 112 |
| Binary | 10001011 | 11101111 | 11010011 | 101010 | 0 | 1100 | 110 | 10100011 | 1001100 | 1001010 |
Color Harmonies of #8BEFD3
Complementary color
Monochromatic Colors of #8BEFD3
Black with #8BEFD3
Text Example
Text Example
White with #8BEFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEFD3; }
p { color: rgb(139,239,211); }
H1.HeaderClassName
{
color: #8BEFD3;
}
.AnyTagClassName
{
color: #8BEFD3;
}
</style>
background-color css
<style>
a { background-color: #8BEFD3; }
a { background-color: rgb(139,239,211); }
div.DivClassName
{
background-color: #8BEFD3;
}
.BgClassName
{
background-color: #8BEFD3;
}
</style>
border-color css
<style>
span { border-color: #8BEFD3; }
span { border-color: rgb(139,239,211); }
td.TdClassName
{
border-color: #8BEFD3;
}
.TagClassName
{
border-color: #8BEFD3;
}
</style>