Shades of Aquamarine #71FAB4
Tints of Aquamarine #71FAB4
RGB
CMYK
RGB Variations
Color information
#71FAB4 (or 0x71FAB4) is known color: Aquamarine. HEX triplet: 71, FA and B4. RGB value is (113,250,180). Sum of RGB (Red+Green+Blue) = 113+250+180=543 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.81% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #71FAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FAB4 is #8E054B. Grayscale: #C9C9C9. Windows color (decimal): -9307468 or 11860593. OLE color: 11860593.
HSL color Cylindrical-coordinate representation of color #71FAB4: hue angle of 149.34º degrees, saturation: 0.93, 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 #71FAB4 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 180 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.02 |
| HSL | 149.34º | 0.93% | 0.71% | - |
| HSV(B) | 149.34º | 0.55% | 0.98% | - |
| XYZ | 49.23 | 75.18 | 55.1 | - |
| YUV | 201.06 | 116.11 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 180 | 0.55 | 0 | 0.28 | 0.02 | 149.34 | 0.93 | 0.71 |
| Hex | 71 | FA | B4 | 37 | 0 | 1C | 2 | 95 | 5D | 47 |
| Octal | 161 | 372 | 264 | 67 | 0 | 34 | 2 | 225 | 135 | 107 |
| Binary | 1110001 | 11111010 | 10110100 | 110111 | 0 | 11100 | 10 | 10010101 | 1011101 | 1000111 |
Color Harmonies of #71FAB4
Complementary color
Monochromatic Colors of #71FAB4
Black with #71FAB4
Text Example
Text Example
White with #71FAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FAB4; }
p { color: rgb(113,250,180); }
H1.HeaderClassName
{
color: #71FAB4;
}
.AnyTagClassName
{
color: #71FAB4;
}
</style>
background-color css
<style>
a { background-color: #71FAB4; }
a { background-color: rgb(113,250,180); }
div.DivClassName
{
background-color: #71FAB4;
}
.BgClassName
{
background-color: #71FAB4;
}
</style>
border-color css
<style>
span { border-color: #71FAB4; }
span { border-color: rgb(113,250,180); }
td.TdClassName
{
border-color: #71FAB4;
}
.TagClassName
{
border-color: #71FAB4;
}
</style>