Shades of Aquamarine #70FCB0
Tints of Aquamarine #70FCB0
RGB
CMYK
RGB Variations
Color information
#70FCB0 (or 0x70FCB0) is known color: Aquamarine. HEX triplet: 70, FC and B0. RGB value is (112,252,176). Sum of RGB (Red+Green+Blue) = 112+252+176=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FCB0 is #8F034F. Grayscale: #C9C9C9. Windows color (decimal): -9372496 or 11598960. OLE color: 11598960.
HSL color Cylindrical-coordinate representation of color #70FCB0: hue angle of 147.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 #70FCB0 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 176 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.01 |
| HSL | 147.43º | 0.96% | 0.71% | - |
| HSV(B) | 147.43º | 0.56% | 0.99% | - |
| XYZ | 49.33 | 76.2 | 53.18 | - |
| YUV | 201.48 | 113.62 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 176 | 0.56 | 0 | 0.30 | 0.01 | 147.43 | 0.96 | 0.71 |
| Hex | 70 | FC | B0 | 38 | 0 | 1E | 1 | 93 | 60 | 47 |
| Octal | 160 | 374 | 260 | 70 | 0 | 36 | 1 | 223 | 140 | 107 |
| Binary | 1110000 | 11111100 | 10110000 | 111000 | 0 | 11110 | 1 | 10010011 | 1100000 | 1000111 |
Color Harmonies of #70FCB0
Complementary color
Monochromatic Colors of #70FCB0
Black with #70FCB0
Text Example
Text Example
White with #70FCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FCB0; }
p { color: rgb(112,252,176); }
H1.HeaderClassName
{
color: #70FCB0;
}
.AnyTagClassName
{
color: #70FCB0;
}
</style>
background-color css
<style>
a { background-color: #70FCB0; }
a { background-color: rgb(112,252,176); }
div.DivClassName
{
background-color: #70FCB0;
}
.BgClassName
{
background-color: #70FCB0;
}
</style>
border-color css
<style>
span { border-color: #70FCB0; }
span { border-color: rgb(112,252,176); }
td.TdClassName
{
border-color: #70FCB0;
}
.TagClassName
{
border-color: #70FCB0;
}
</style>