Shades of Aquamarine #8BF0D2
Tints of Aquamarine #8BF0D2
RGB
CMYK
RGB Variations
Color information
#8BF0D2 (or 0x8BF0D2) is known color: Aquamarine. HEX triplet: 8B, F0 and D2. RGB value is (139,240,210). Sum of RGB (Red+Green+Blue) = 139+240+210=589 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.60% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF0D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF0D2 is #740F2D. Grayscale: #CECECE. Windows color (decimal): -7606062 or 13824139. OLE color: 13824139.
HSL color Cylindrical-coordinate representation of color #8BF0D2: hue angle of 162.18º degrees, saturation: 0.77, 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 #8BF0D2 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 240 | 210 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.06 |
| HSL | 162.18º | 0.77% | 0.74% | - |
| HSV(B) | 162.18º | 0.42% | 0.94% | - |
| XYZ | 53.44 | 72.46 | 72.14 | - |
| YUV | 206.38 | 130.04 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 240 | 210 | 0.42 | 0 | 0.12 | 0.06 | 162.18 | 0.77 | 0.74 |
| Hex | 8B | F0 | D2 | 2A | 0 | C | 6 | A2 | 4D | 4A |
| Octal | 213 | 360 | 322 | 52 | 0 | 14 | 6 | 242 | 115 | 112 |
| Binary | 10001011 | 11110000 | 11010010 | 101010 | 0 | 1100 | 110 | 10100010 | 1001101 | 1001010 |
Color Harmonies of #8BF0D2
Complementary color
Monochromatic Colors of #8BF0D2
Black with #8BF0D2
Text Example
Text Example
White with #8BF0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF0D2; }
p { color: rgb(139,240,210); }
H1.HeaderClassName
{
color: #8BF0D2;
}
.AnyTagClassName
{
color: #8BF0D2;
}
</style>
background-color css
<style>
a { background-color: #8BF0D2; }
a { background-color: rgb(139,240,210); }
div.DivClassName
{
background-color: #8BF0D2;
}
.BgClassName
{
background-color: #8BF0D2;
}
</style>
border-color css
<style>
span { border-color: #8BF0D2; }
span { border-color: rgb(139,240,210); }
td.TdClassName
{
border-color: #8BF0D2;
}
.TagClassName
{
border-color: #8BF0D2;
}
</style>