Shades of Aquamarine #71FFCA
Tints of Aquamarine #71FFCA
RGB
CMYK
RGB Variations
Color information
#71FFCA (or 0x71FFCA) is known color: Aquamarine. HEX triplet: 71, FF and CA. RGB value is (113,255,202). Sum of RGB (Red+Green+Blue) = 113+255+202=570 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.82% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FFCA is #8E0035. Grayscale: #CECECE. Windows color (decimal): -9306166 or 13303665. OLE color: 13303665.
HSL color Cylindrical-coordinate representation of color #71FFCA: hue angle of 157.61º 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 #71FFCA is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 202 | - |
| CMYK | 0.56 | 0 | 0.21 | 0 |
| HSL | 157.61º | 1% | 0.72% | - |
| HSV(B) | 157.61º | 0.56% | 1% | - |
| XYZ | 53.23 | 79.29 | 68.38 | - |
| YUV | 206.5 | 125.46 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 202 | 0.56 | 0 | 0.21 | 0 | 157.61 | 1 | 0.72 |
| Hex | 71 | FF | CA | 38 | 0 | 15 | 0 | 9E | 64 | 48 |
| Octal | 161 | 377 | 312 | 70 | 0 | 25 | 0 | 236 | 144 | 110 |
| Binary | 1110001 | 11111111 | 11001010 | 111000 | 0 | 10101 | 0 | 10011110 | 1100100 | 1001000 |
Color Harmonies of #71FFCA
Complementary color
Monochromatic Colors of #71FFCA
Black with #71FFCA
Text Example
Text Example
White with #71FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FFCA; }
p { color: rgb(113,255,202); }
H1.HeaderClassName
{
color: #71FFCA;
}
.AnyTagClassName
{
color: #71FFCA;
}
</style>
background-color css
<style>
a { background-color: #71FFCA; }
a { background-color: rgb(113,255,202); }
div.DivClassName
{
background-color: #71FFCA;
}
.BgClassName
{
background-color: #71FFCA;
}
</style>
border-color css
<style>
span { border-color: #71FFCA; }
span { border-color: rgb(113,255,202); }
td.TdClassName
{
border-color: #71FFCA;
}
.TagClassName
{
border-color: #71FFCA;
}
</style>