Shades of Aquamarine #70FCBC
Tints of Aquamarine #70FCBC
RGB
CMYK
RGB Variations
Color information
#70FCBC (or 0x70FCBC) is known color: Aquamarine. HEX triplet: 70, FC and BC. RGB value is (112,252,188). Sum of RGB (Red+Green+Blue) = 112+252+188=552 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.29% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FCBC is #8F0343. Grayscale: #CACACA. Windows color (decimal): -9372484 or 12385392. OLE color: 12385392.
HSL color Cylindrical-coordinate representation of color #70FCBC: hue angle of 152.57º 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 #70FCBC is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 188 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.01 |
| HSL | 152.57º | 0.96% | 0.71% | - |
| HSV(B) | 152.57º | 0.56% | 0.99% | - |
| XYZ | 50.57 | 76.7 | 59.72 | - |
| YUV | 202.84 | 119.62 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 188 | 0.56 | 0 | 0.25 | 0.01 | 152.57 | 0.96 | 0.71 |
| Hex | 70 | FC | BC | 38 | 0 | 19 | 1 | 99 | 60 | 47 |
| Octal | 160 | 374 | 274 | 70 | 0 | 31 | 1 | 231 | 140 | 107 |
| Binary | 1110000 | 11111100 | 10111100 | 111000 | 0 | 11001 | 1 | 10011001 | 1100000 | 1000111 |
Color Harmonies of #70FCBC
Complementary color
Monochromatic Colors of #70FCBC
Black with #70FCBC
Text Example
Text Example
White with #70FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FCBC; }
p { color: rgb(112,252,188); }
H1.HeaderClassName
{
color: #70FCBC;
}
.AnyTagClassName
{
color: #70FCBC;
}
</style>
background-color css
<style>
a { background-color: #70FCBC; }
a { background-color: rgb(112,252,188); }
div.DivClassName
{
background-color: #70FCBC;
}
.BgClassName
{
background-color: #70FCBC;
}
</style>
border-color css
<style>
span { border-color: #70FCBC; }
span { border-color: rgb(112,252,188); }
td.TdClassName
{
border-color: #70FCBC;
}
.TagClassName
{
border-color: #70FCBC;
}
</style>