Shades of Aquamarine #71FBC0
Tints of Aquamarine #71FBC0
RGB
CMYK
RGB Variations
Color information
#71FBC0 (or 0x71FBC0) is known color: Aquamarine. HEX triplet: 71, FB and C0. RGB value is (113,251,192). Sum of RGB (Red+Green+Blue) = 113+251+192=556 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.32% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #71FBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FBC0 is #8E043F. Grayscale: #CBCBCB. Windows color (decimal): -9307200 or 12647281. OLE color: 12647281.
HSL color Cylindrical-coordinate representation of color #71FBC0: hue angle of 154.35º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FBC0 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 251 | 192 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.02 |
| HSL | 154.35º | 0.95% | 0.71% | - |
| HSV(B) | 154.35º | 0.55% | 0.98% | - |
| XYZ | 50.82 | 76.31 | 61.92 | - |
| YUV | 203.01 | 121.78 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 251 | 192 | 0.55 | 0 | 0.24 | 0.02 | 154.35 | 0.95 | 0.71 |
| Hex | 71 | FB | C0 | 37 | 0 | 18 | 2 | 9A | 5F | 47 |
| Octal | 161 | 373 | 300 | 67 | 0 | 30 | 2 | 232 | 137 | 107 |
| Binary | 1110001 | 11111011 | 11000000 | 110111 | 0 | 11000 | 10 | 10011010 | 1011111 | 1000111 |
Color Harmonies of #71FBC0
Complementary color
Monochromatic Colors of #71FBC0
Black with #71FBC0
Text Example
Text Example
White with #71FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FBC0; }
p { color: rgb(113,251,192); }
H1.HeaderClassName
{
color: #71FBC0;
}
.AnyTagClassName
{
color: #71FBC0;
}
</style>
background-color css
<style>
a { background-color: #71FBC0; }
a { background-color: rgb(113,251,192); }
div.DivClassName
{
background-color: #71FBC0;
}
.BgClassName
{
background-color: #71FBC0;
}
</style>
border-color css
<style>
span { border-color: #71FBC0; }
span { border-color: rgb(113,251,192); }
td.TdClassName
{
border-color: #71FBC0;
}
.TagClassName
{
border-color: #71FBC0;
}
</style>