Shades of Aquamarine #8BF1CB
Tints of Aquamarine #8BF1CB
RGB
CMYK
RGB Variations
Color information
#8BF1CB (or 0x8BF1CB) is known color: Aquamarine. HEX triplet: 8B, F1 and CB. RGB value is (139,241,203). Sum of RGB (Red+Green+Blue) = 139+241+203=583 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.84% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #8BF1CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF1CB is #740E34. Grayscale: #CECECE. Windows color (decimal): -7605813 or 13365643. OLE color: 13365643.
HSL color Cylindrical-coordinate representation of color #8BF1CB: hue angle of 157.65º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BF1CB is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 241 | 203 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.05 |
| HSL | 157.65º | 0.78% | 0.75% | - |
| HSV(B) | 157.65º | 0.42% | 0.95% | - |
| XYZ | 52.88 | 72.71 | 67.75 | - |
| YUV | 206.17 | 126.21 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 241 | 203 | 0.42 | 0 | 0.16 | 0.05 | 157.65 | 0.78 | 0.75 |
| Hex | 8B | F1 | CB | 2A | 0 | 10 | 5 | 9E | 4E | 4B |
| Octal | 213 | 361 | 313 | 52 | 0 | 20 | 5 | 236 | 116 | 113 |
| Binary | 10001011 | 11110001 | 11001011 | 101010 | 0 | 10000 | 101 | 10011110 | 1001110 | 1001011 |
Color Harmonies of #8BF1CB
Complementary color
Monochromatic Colors of #8BF1CB
Black with #8BF1CB
Text Example
Text Example
White with #8BF1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF1CB; }
p { color: rgb(139,241,203); }
H1.HeaderClassName
{
color: #8BF1CB;
}
.AnyTagClassName
{
color: #8BF1CB;
}
</style>
background-color css
<style>
a { background-color: #8BF1CB; }
a { background-color: rgb(139,241,203); }
div.DivClassName
{
background-color: #8BF1CB;
}
.BgClassName
{
background-color: #8BF1CB;
}
</style>
border-color css
<style>
span { border-color: #8BF1CB; }
span { border-color: rgb(139,241,203); }
td.TdClassName
{
border-color: #8BF1CB;
}
.TagClassName
{
border-color: #8BF1CB;
}
</style>