Shades of Aquamarine #8BF0CA
Tints of Aquamarine #8BF0CA
RGB
CMYK
RGB Variations
Color information
#8BF0CA (or 0x8BF0CA) is known color: Aquamarine. HEX triplet: 8B, F0 and CA. RGB value is (139,240,202). Sum of RGB (Red+Green+Blue) = 139+240+202=581 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.92% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF0CA is #740F35. Grayscale: #CDCDCD. Windows color (decimal): -7606070 or 13299851. OLE color: 13299851.
HSL color Cylindrical-coordinate representation of color #8BF0CA: hue angle of 157.43º 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 #8BF0CA is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 240 | 202 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.06 |
| HSL | 157.43º | 0.77% | 0.74% | - |
| HSV(B) | 157.43º | 0.42% | 0.94% | - |
| XYZ | 52.47 | 72.07 | 67.02 | - |
| YUV | 205.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 240 | 202 | 0.42 | 0 | 0.16 | 0.06 | 157.43 | 0.77 | 0.74 |
| Hex | 8B | F0 | CA | 2A | 0 | 10 | 6 | 9D | 4D | 4A |
| Octal | 213 | 360 | 312 | 52 | 0 | 20 | 6 | 235 | 115 | 112 |
| Binary | 10001011 | 11110000 | 11001010 | 101010 | 0 | 10000 | 110 | 10011101 | 1001101 | 1001010 |
Color Harmonies of #8BF0CA
Complementary color
Monochromatic Colors of #8BF0CA
Black with #8BF0CA
Text Example
Text Example
White with #8BF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF0CA; }
p { color: rgb(139,240,202); }
H1.HeaderClassName
{
color: #8BF0CA;
}
.AnyTagClassName
{
color: #8BF0CA;
}
</style>
background-color css
<style>
a { background-color: #8BF0CA; }
a { background-color: rgb(139,240,202); }
div.DivClassName
{
background-color: #8BF0CA;
}
.BgClassName
{
background-color: #8BF0CA;
}
</style>
border-color css
<style>
span { border-color: #8BF0CA; }
span { border-color: rgb(139,240,202); }
td.TdClassName
{
border-color: #8BF0CA;
}
.TagClassName
{
border-color: #8BF0CA;
}
</style>