Shades of Aquamarine #71FFCD
Tints of Aquamarine #71FFCD
RGB
CMYK
RGB Variations
Color information
#71FFCD (or 0x71FFCD) is known color: Aquamarine. HEX triplet: 71, FF and CD. RGB value is (113,255,205). Sum of RGB (Red+Green+Blue) = 113+255+205=573 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.72% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FFCD is #8E0032. Grayscale: #CECECE. Windows color (decimal): -9306163 or 13500273. OLE color: 13500273.
HSL color Cylindrical-coordinate representation of color #71FFCD: hue angle of 158.87º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FFCD is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 205 | - |
| CMYK | 0.56 | 0 | 0.20 | 0 |
| HSL | 158.87º | 1% | 0.72% | - |
| HSV(B) | 158.87º | 0.56% | 1% | - |
| XYZ | 53.59 | 79.44 | 70.27 | - |
| YUV | 206.84 | 126.96 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 205 | 0.56 | 0 | 0.20 | 0 | 158.87 | 1 | 0.72 |
| Hex | 71 | FF | CD | 38 | 0 | 14 | 0 | 9F | 64 | 48 |
| Octal | 161 | 377 | 315 | 70 | 0 | 24 | 0 | 237 | 144 | 110 |
| Binary | 1110001 | 11111111 | 11001101 | 111000 | 0 | 10100 | 0 | 10011111 | 1100100 | 1001000 |
Color Harmonies of #71FFCD
Complementary color
Monochromatic Colors of #71FFCD
Black with #71FFCD
Text Example
Text Example
White with #71FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FFCD; }
p { color: rgb(113,255,205); }
H1.HeaderClassName
{
color: #71FFCD;
}
.AnyTagClassName
{
color: #71FFCD;
}
</style>
background-color css
<style>
a { background-color: #71FFCD; }
a { background-color: rgb(113,255,205); }
div.DivClassName
{
background-color: #71FFCD;
}
.BgClassName
{
background-color: #71FFCD;
}
</style>
border-color css
<style>
span { border-color: #71FFCD; }
span { border-color: rgb(113,255,205); }
td.TdClassName
{
border-color: #71FFCD;
}
.TagClassName
{
border-color: #71FFCD;
}
</style>