Shades of Aquamarine #71F9BA
Tints of Aquamarine #71F9BA
RGB
CMYK
RGB Variations
Color information
#71F9BA (or 0x71F9BA) is known color: Aquamarine. HEX triplet: 71, F9 and BA. RGB value is (113,249,186). Sum of RGB (Red+Green+Blue) = 113+249+186=548 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.62% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #71F9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F9BA is #8E0645. Grayscale: #C9C9C9. Windows color (decimal): -9307718 or 12253553. OLE color: 12253553.
HSL color Cylindrical-coordinate representation of color #71F9BA: hue angle of 152.21º degrees, saturation: 0.92, 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 #71F9BA is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 249 | 186 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.02 |
| HSL | 152.21º | 0.92% | 0.71% | - |
| HSV(B) | 152.21º | 0.55% | 0.98% | - |
| XYZ | 49.55 | 74.81 | 58.28 | - |
| YUV | 201.15 | 119.44 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 249 | 186 | 0.55 | 0 | 0.25 | 0.02 | 152.21 | 0.92 | 0.71 |
| Hex | 71 | F9 | BA | 37 | 0 | 19 | 2 | 98 | 5C | 47 |
| Octal | 161 | 371 | 272 | 67 | 0 | 31 | 2 | 230 | 134 | 107 |
| Binary | 1110001 | 11111001 | 10111010 | 110111 | 0 | 11001 | 10 | 10011000 | 1011100 | 1000111 |
Color Harmonies of #71F9BA
Complementary color
Monochromatic Colors of #71F9BA
Black with #71F9BA
Text Example
Text Example
White with #71F9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F9BA; }
p { color: rgb(113,249,186); }
H1.HeaderClassName
{
color: #71F9BA;
}
.AnyTagClassName
{
color: #71F9BA;
}
</style>
background-color css
<style>
a { background-color: #71F9BA; }
a { background-color: rgb(113,249,186); }
div.DivClassName
{
background-color: #71F9BA;
}
.BgClassName
{
background-color: #71F9BA;
}
</style>
border-color css
<style>
span { border-color: #71F9BA; }
span { border-color: rgb(113,249,186); }
td.TdClassName
{
border-color: #71F9BA;
}
.TagClassName
{
border-color: #71F9BA;
}
</style>