Shades of Aquamarine #71EDC6
Tints of Aquamarine #71EDC6
RGB
CMYK
RGB Variations
Color information
#71EDC6 (or 0x71EDC6) is known color: Aquamarine. HEX triplet: 71, ED and C6. RGB value is (113,237,198). Sum of RGB (Red+Green+Blue) = 113+237+198=548 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.62% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EDC6 is #8E1239. Grayscale: #C3C3C3. Windows color (decimal): -9310778 or 13036913. OLE color: 13036913.
HSL color Cylindrical-coordinate representation of color #71EDC6: hue angle of 161.13º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EDC6 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 237 | 198 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.07 |
| HSL | 161.13º | 0.78% | 0.69% | - |
| HSV(B) | 161.13º | 0.52% | 0.93% | - |
| XYZ | 47.29 | 68.16 | 64.09 | - |
| YUV | 195.48 | 129.42 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 237 | 198 | 0.52 | 0 | 0.16 | 0.07 | 161.13 | 0.78 | 0.69 |
| Hex | 71 | ED | C6 | 34 | 0 | 10 | 7 | A1 | 4E | 45 |
| Octal | 161 | 355 | 306 | 64 | 0 | 20 | 7 | 241 | 116 | 105 |
| Binary | 1110001 | 11101101 | 11000110 | 110100 | 0 | 10000 | 111 | 10100001 | 1001110 | 1000101 |
Color Harmonies of #71EDC6
Complementary color
Monochromatic Colors of #71EDC6
Black with #71EDC6
Text Example
Text Example
White with #71EDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EDC6; }
p { color: rgb(113,237,198); }
H1.HeaderClassName
{
color: #71EDC6;
}
.AnyTagClassName
{
color: #71EDC6;
}
</style>
background-color css
<style>
a { background-color: #71EDC6; }
a { background-color: rgb(113,237,198); }
div.DivClassName
{
background-color: #71EDC6;
}
.BgClassName
{
background-color: #71EDC6;
}
</style>
border-color css
<style>
span { border-color: #71EDC6; }
span { border-color: rgb(113,237,198); }
td.TdClassName
{
border-color: #71EDC6;
}
.TagClassName
{
border-color: #71EDC6;
}
</style>