Shades of Aquamarine #71FCBE
Tints of Aquamarine #71FCBE
RGB
CMYK
RGB Variations
Color information
#71FCBE (or 0x71FCBE) is known color: Aquamarine. HEX triplet: 71, FC and BE. RGB value is (113,252,190). Sum of RGB (Red+Green+Blue) = 113+252+190=555 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.36% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #71FCBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FCBE is #8E0341. Grayscale: #CBCBCB. Windows color (decimal): -9306946 or 12516465. OLE color: 12516465.
HSL color Cylindrical-coordinate representation of color #71FCBE: hue angle of 153.24º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FCBE is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 252 | 190 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.01 |
| HSL | 153.24º | 0.96% | 0.72% | - |
| HSV(B) | 153.24º | 0.55% | 0.99% | - |
| XYZ | 50.91 | 76.85 | 60.87 | - |
| YUV | 203.37 | 120.45 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 252 | 190 | 0.55 | 0 | 0.25 | 0.01 | 153.24 | 0.96 | 0.72 |
| Hex | 71 | FC | BE | 37 | 0 | 19 | 1 | 99 | 60 | 48 |
| Octal | 161 | 374 | 276 | 67 | 0 | 31 | 1 | 231 | 140 | 110 |
| Binary | 1110001 | 11111100 | 10111110 | 110111 | 0 | 11001 | 1 | 10011001 | 1100000 | 1001000 |
Color Harmonies of #71FCBE
Complementary color
Monochromatic Colors of #71FCBE
Black with #71FCBE
Text Example
Text Example
White with #71FCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FCBE; }
p { color: rgb(113,252,190); }
H1.HeaderClassName
{
color: #71FCBE;
}
.AnyTagClassName
{
color: #71FCBE;
}
</style>
background-color css
<style>
a { background-color: #71FCBE; }
a { background-color: rgb(113,252,190); }
div.DivClassName
{
background-color: #71FCBE;
}
.BgClassName
{
background-color: #71FCBE;
}
</style>
border-color css
<style>
span { border-color: #71FCBE; }
span { border-color: rgb(113,252,190); }
td.TdClassName
{
border-color: #71FCBE;
}
.TagClassName
{
border-color: #71FCBE;
}
</style>