Shades of Aquamarine #71EFC4
Tints of Aquamarine #71EFC4
RGB
CMYK
RGB Variations
Color information
#71EFC4 (or 0x71EFC4) is known color: Aquamarine. HEX triplet: 71, EF and C4. RGB value is (113,239,196). Sum of RGB (Red+Green+Blue) = 113+239+196=548 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.62% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #71EFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EFC4 is #8E103B. Grayscale: #C4C4C4. Windows color (decimal): -9310268 or 12906353. OLE color: 12906353.
HSL color Cylindrical-coordinate representation of color #71EFC4: hue angle of 159.52º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EFC4 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 239 | 196 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.06 |
| HSL | 159.52º | 0.8% | 0.69% | - |
| HSV(B) | 159.52º | 0.53% | 0.94% | - |
| XYZ | 47.64 | 69.23 | 63.08 | - |
| YUV | 196.42 | 127.76 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 239 | 196 | 0.53 | 0 | 0.18 | 0.06 | 159.52 | 0.8 | 0.69 |
| Hex | 71 | EF | C4 | 35 | 0 | 12 | 6 | A0 | 50 | 45 |
| Octal | 161 | 357 | 304 | 65 | 0 | 22 | 6 | 240 | 120 | 105 |
| Binary | 1110001 | 11101111 | 11000100 | 110101 | 0 | 10010 | 110 | 10100000 | 1010000 | 1000101 |
Color Harmonies of #71EFC4
Complementary color
Monochromatic Colors of #71EFC4
Black with #71EFC4
Text Example
Text Example
White with #71EFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EFC4; }
p { color: rgb(113,239,196); }
H1.HeaderClassName
{
color: #71EFC4;
}
.AnyTagClassName
{
color: #71EFC4;
}
</style>
background-color css
<style>
a { background-color: #71EFC4; }
a { background-color: rgb(113,239,196); }
div.DivClassName
{
background-color: #71EFC4;
}
.BgClassName
{
background-color: #71EFC4;
}
</style>
border-color css
<style>
span { border-color: #71EFC4; }
span { border-color: rgb(113,239,196); }
td.TdClassName
{
border-color: #71EFC4;
}
.TagClassName
{
border-color: #71EFC4;
}
</style>