Shades of Aquamarine #71F2BD
Tints of Aquamarine #71F2BD
RGB
CMYK
RGB Variations
Color information
#71F2BD (or 0x71F2BD) is known color: Aquamarine. HEX triplet: 71, F2 and BD. RGB value is (113,242,189). Sum of RGB (Red+Green+Blue) = 113+242+189=544 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.77% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #71F2BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F2BD is #8E0D42. Grayscale: #C5C5C5. Windows color (decimal): -9309507 or 12448369. OLE color: 12448369.
HSL color Cylindrical-coordinate representation of color #71F2BD: hue angle of 155.35º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F2BD is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 242 | 189 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.05 |
| HSL | 155.35º | 0.83% | 0.7% | - |
| HSV(B) | 155.35º | 0.53% | 0.95% | - |
| XYZ | 47.75 | 70.69 | 59.27 | - |
| YUV | 197.39 | 123.26 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 242 | 189 | 0.53 | 0 | 0.22 | 0.05 | 155.35 | 0.83 | 0.7 |
| Hex | 71 | F2 | BD | 35 | 0 | 16 | 5 | 9B | 53 | 46 |
| Octal | 161 | 362 | 275 | 65 | 0 | 26 | 5 | 233 | 123 | 106 |
| Binary | 1110001 | 11110010 | 10111101 | 110101 | 0 | 10110 | 101 | 10011011 | 1010011 | 1000110 |
Color Harmonies of #71F2BD
Complementary color
Monochromatic Colors of #71F2BD
Black with #71F2BD
Text Example
Text Example
White with #71F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F2BD; }
p { color: rgb(113,242,189); }
H1.HeaderClassName
{
color: #71F2BD;
}
.AnyTagClassName
{
color: #71F2BD;
}
</style>
background-color css
<style>
a { background-color: #71F2BD; }
a { background-color: rgb(113,242,189); }
div.DivClassName
{
background-color: #71F2BD;
}
.BgClassName
{
background-color: #71F2BD;
}
</style>
border-color css
<style>
span { border-color: #71F2BD; }
span { border-color: rgb(113,242,189); }
td.TdClassName
{
border-color: #71F2BD;
}
.TagClassName
{
border-color: #71F2BD;
}
</style>