Shades of Aquamarine #70FCC5
Tints of Aquamarine #70FCC5
RGB
CMYK
RGB Variations
Color information
#70FCC5 (or 0x70FCC5) is known color: Aquamarine. HEX triplet: 70, FC and C5. RGB value is (112,252,197). Sum of RGB (Red+Green+Blue) = 112+252+197=561 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.96% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FCC5 is #8F033A. Grayscale: #CBCBCB. Windows color (decimal): -9372475 or 12975216. OLE color: 12975216.
HSL color Cylindrical-coordinate representation of color #70FCC5: hue angle of 156.43º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCC5 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 197 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.01 |
| HSL | 156.43º | 0.96% | 0.71% | - |
| HSV(B) | 156.43º | 0.56% | 0.99% | - |
| XYZ | 51.57 | 77.1 | 64.99 | - |
| YUV | 203.87 | 124.12 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 197 | 0.56 | 0 | 0.22 | 0.01 | 156.43 | 0.96 | 0.71 |
| Hex | 70 | FC | C5 | 38 | 0 | 16 | 1 | 9C | 60 | 47 |
| Octal | 160 | 374 | 305 | 70 | 0 | 26 | 1 | 234 | 140 | 107 |
| Binary | 1110000 | 11111100 | 11000101 | 111000 | 0 | 10110 | 1 | 10011100 | 1100000 | 1000111 |
Color Harmonies of #70FCC5
Complementary color
Monochromatic Colors of #70FCC5
Black with #70FCC5
Text Example
Text Example
White with #70FCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FCC5; }
p { color: rgb(112,252,197); }
H1.HeaderClassName
{
color: #70FCC5;
}
.AnyTagClassName
{
color: #70FCC5;
}
</style>
background-color css
<style>
a { background-color: #70FCC5; }
a { background-color: rgb(112,252,197); }
div.DivClassName
{
background-color: #70FCC5;
}
.BgClassName
{
background-color: #70FCC5;
}
</style>
border-color css
<style>
span { border-color: #70FCC5; }
span { border-color: rgb(112,252,197); }
td.TdClassName
{
border-color: #70FCC5;
}
.TagClassName
{
border-color: #70FCC5;
}
</style>