Shades of Medium Aquamarine #71F9A8
Tints of Medium Aquamarine #71F9A8
RGB
CMYK
RGB Variations
Color information
#71F9A8 (or 0x71F9A8) is known color: Medium Aquamarine. HEX triplet: 71, F9 and A8. RGB value is (113,249,168). Sum of RGB (Red+Green+Blue) = 113+249+168=530 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.32% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #71F9A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F9A8 is #8E0657. Grayscale: #C7C7C7. Windows color (decimal): -9307736 or 11073905. OLE color: 11073905.
HSL color Cylindrical-coordinate representation of color #71F9A8: hue angle of 144.26º 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 #71F9A8 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 249 | 168 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.02 |
| HSL | 144.26º | 0.92% | 0.71% | - |
| HSV(B) | 144.26º | 0.55% | 0.98% | - |
| XYZ | 47.75 | 74.09 | 48.83 | - |
| YUV | 199.1 | 110.44 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 249 | 168 | 0.55 | 0 | 0.33 | 0.02 | 144.26 | 0.92 | 0.71 |
| Hex | 71 | F9 | A8 | 37 | 0 | 21 | 2 | 90 | 5C | 47 |
| Octal | 161 | 371 | 250 | 67 | 0 | 41 | 2 | 220 | 134 | 107 |
| Binary | 1110001 | 11111001 | 10101000 | 110111 | 0 | 100001 | 10 | 10010000 | 1011100 | 1000111 |
Color Harmonies of #71F9A8
Complementary color
Monochromatic Colors of #71F9A8
Black with #71F9A8
Text Example
Text Example
White with #71F9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F9A8; }
p { color: rgb(113,249,168); }
H1.HeaderClassName
{
color: #71F9A8;
}
.AnyTagClassName
{
color: #71F9A8;
}
</style>
background-color css
<style>
a { background-color: #71F9A8; }
a { background-color: rgb(113,249,168); }
div.DivClassName
{
background-color: #71F9A8;
}
.BgClassName
{
background-color: #71F9A8;
}
</style>
border-color css
<style>
span { border-color: #71F9A8; }
span { border-color: rgb(113,249,168); }
td.TdClassName
{
border-color: #71F9A8;
}
.TagClassName
{
border-color: #71F9A8;
}
</style>