Shades of Aquamarine #71F1BF
Tints of Aquamarine #71F1BF
RGB
CMYK
RGB Variations
Color information
#71F1BF (or 0x71F1BF) is known color: Aquamarine. HEX triplet: 71, F1 and BF. RGB value is (113,241,191). Sum of RGB (Red+Green+Blue) = 113+241+191=545 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.73% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #71F1BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F1BF is #8E0E40. Grayscale: #C5C5C5. Windows color (decimal): -9309761 or 12579185. OLE color: 12579185.
HSL color Cylindrical-coordinate representation of color #71F1BF: hue angle of 156.56º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F1BF is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 241 | 191 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.05 |
| HSL | 156.56º | 0.82% | 0.69% | - |
| HSV(B) | 156.56º | 0.53% | 0.95% | - |
| XYZ | 47.67 | 70.18 | 60.32 | - |
| YUV | 197.03 | 124.59 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 241 | 191 | 0.53 | 0 | 0.21 | 0.05 | 156.56 | 0.82 | 0.69 |
| Hex | 71 | F1 | BF | 35 | 0 | 15 | 5 | 9D | 52 | 45 |
| Octal | 161 | 361 | 277 | 65 | 0 | 25 | 5 | 235 | 122 | 105 |
| Binary | 1110001 | 11110001 | 10111111 | 110101 | 0 | 10101 | 101 | 10011101 | 1010010 | 1000101 |
Color Harmonies of #71F1BF
Complementary color
Monochromatic Colors of #71F1BF
Black with #71F1BF
Text Example
Text Example
White with #71F1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F1BF; }
p { color: rgb(113,241,191); }
H1.HeaderClassName
{
color: #71F1BF;
}
.AnyTagClassName
{
color: #71F1BF;
}
</style>
background-color css
<style>
a { background-color: #71F1BF; }
a { background-color: rgb(113,241,191); }
div.DivClassName
{
background-color: #71F1BF;
}
.BgClassName
{
background-color: #71F1BF;
}
</style>
border-color css
<style>
span { border-color: #71F1BF; }
span { border-color: rgb(113,241,191); }
td.TdClassName
{
border-color: #71F1BF;
}
.TagClassName
{
border-color: #71F1BF;
}
</style>