Shades of Aquamarine #71EAD3
Tints of Aquamarine #71EAD3
RGB
CMYK
RGB Variations
Color information
#71EAD3 (or 0x71EAD3) is known color: Aquamarine. HEX triplet: 71, EA and D3. RGB value is (113,234,211). Sum of RGB (Red+Green+Blue) = 113+234+211=558 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.25% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #71EAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EAD3 is #8E152C. Grayscale: #C3C3C3. Windows color (decimal): -9311533 or 13888113. OLE color: 13888113.
HSL color Cylindrical-coordinate representation of color #71EAD3: hue angle of 168.6º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EAD3 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 234 | 211 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.08 |
| HSL | 168.6º | 0.74% | 0.68% | - |
| HSV(B) | 168.6º | 0.52% | 0.92% | - |
| XYZ | 47.99 | 67.06 | 72.04 | - |
| YUV | 195.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 234 | 211 | 0.52 | 0 | 0.10 | 0.08 | 168.6 | 0.74 | 0.68 |
| Hex | 71 | EA | D3 | 34 | 0 | A | 8 | A9 | 4A | 44 |
| Octal | 161 | 352 | 323 | 64 | 0 | 12 | 10 | 251 | 112 | 104 |
| Binary | 1110001 | 11101010 | 11010011 | 110100 | 0 | 1010 | 1000 | 10101001 | 1001010 | 1000100 |
Color Harmonies of #71EAD3
Complementary color
Monochromatic Colors of #71EAD3
Black with #71EAD3
Text Example
Text Example
White with #71EAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EAD3; }
p { color: rgb(113,234,211); }
H1.HeaderClassName
{
color: #71EAD3;
}
.AnyTagClassName
{
color: #71EAD3;
}
</style>
background-color css
<style>
a { background-color: #71EAD3; }
a { background-color: rgb(113,234,211); }
div.DivClassName
{
background-color: #71EAD3;
}
.BgClassName
{
background-color: #71EAD3;
}
</style>
border-color css
<style>
span { border-color: #71EAD3; }
span { border-color: rgb(113,234,211); }
td.TdClassName
{
border-color: #71EAD3;
}
.TagClassName
{
border-color: #71EAD3;
}
</style>