Shades of Aquamarine #8BEFD2
Tints of Aquamarine #8BEFD2
RGB
CMYK
RGB Variations
Color information
#8BEFD2 (or 0x8BEFD2) is known color: Aquamarine. HEX triplet: 8B, EF and D2. RGB value is (139,239,210). Sum of RGB (Red+Green+Blue) = 139+239+210=588 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.64% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFD2 is #74102D. Grayscale: #CDCDCD. Windows color (decimal): -7606318 or 13823883. OLE color: 13823883.
HSL color Cylindrical-coordinate representation of color #8BEFD2: hue angle of 162.6º 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 #8BEFD2 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 239 | 210 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.06 |
| HSL | 162.6º | 0.76% | 0.74% | - |
| HSV(B) | 162.6º | 0.42% | 0.94% | - |
| XYZ | 53.15 | 71.88 | 72.04 | - |
| YUV | 205.79 | 130.37 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 239 | 210 | 0.42 | 0 | 0.12 | 0.06 | 162.6 | 0.76 | 0.74 |
| Hex | 8B | EF | D2 | 2A | 0 | C | 6 | A3 | 4C | 4A |
| Octal | 213 | 357 | 322 | 52 | 0 | 14 | 6 | 243 | 114 | 112 |
| Binary | 10001011 | 11101111 | 11010010 | 101010 | 0 | 1100 | 110 | 10100011 | 1001100 | 1001010 |
Color Harmonies of #8BEFD2
Complementary color
Monochromatic Colors of #8BEFD2
Black with #8BEFD2
Text Example
Text Example
White with #8BEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEFD2; }
p { color: rgb(139,239,210); }
H1.HeaderClassName
{
color: #8BEFD2;
}
.AnyTagClassName
{
color: #8BEFD2;
}
</style>
background-color css
<style>
a { background-color: #8BEFD2; }
a { background-color: rgb(139,239,210); }
div.DivClassName
{
background-color: #8BEFD2;
}
.BgClassName
{
background-color: #8BEFD2;
}
</style>
border-color css
<style>
span { border-color: #8BEFD2; }
span { border-color: rgb(139,239,210); }
td.TdClassName
{
border-color: #8BEFD2;
}
.TagClassName
{
border-color: #8BEFD2;
}
</style>