Shades of Aquamarine #70ECCB
Tints of Aquamarine #70ECCB
RGB
CMYK
RGB Variations
Color information
#70ECCB (or 0x70ECCB) is known color: Aquamarine. HEX triplet: 70, EC and CB. RGB value is (112,236,203). Sum of RGB (Red+Green+Blue) = 112+236+203=551 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.33% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECCB is #8F1334. Grayscale: #C3C3C3. Windows color (decimal): -9376565 or 13364336. OLE color: 13364336.
HSL color Cylindrical-coordinate representation of color #70ECCB: hue angle of 164.03º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ECCB is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 203 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.07 |
| HSL | 164.03º | 0.77% | 0.68% | - |
| HSV(B) | 164.03º | 0.53% | 0.93% | - |
| XYZ | 47.46 | 67.75 | 67.08 | - |
| YUV | 195.16 | 132.42 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 203 | 0.53 | 0 | 0.14 | 0.07 | 164.03 | 0.77 | 0.68 |
| Hex | 70 | EC | CB | 35 | 0 | E | 7 | A4 | 4D | 44 |
| Octal | 160 | 354 | 313 | 65 | 0 | 16 | 7 | 244 | 115 | 104 |
| Binary | 1110000 | 11101100 | 11001011 | 110101 | 0 | 1110 | 111 | 10100100 | 1001101 | 1000100 |
Color Harmonies of #70ECCB
Complementary color
Monochromatic Colors of #70ECCB
Black with #70ECCB
Text Example
Text Example
White with #70ECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECCB; }
p { color: rgb(112,236,203); }
H1.HeaderClassName
{
color: #70ECCB;
}
.AnyTagClassName
{
color: #70ECCB;
}
</style>
background-color css
<style>
a { background-color: #70ECCB; }
a { background-color: rgb(112,236,203); }
div.DivClassName
{
background-color: #70ECCB;
}
.BgClassName
{
background-color: #70ECCB;
}
</style>
border-color css
<style>
span { border-color: #70ECCB; }
span { border-color: rgb(112,236,203); }
td.TdClassName
{
border-color: #70ECCB;
}
.TagClassName
{
border-color: #70ECCB;
}
</style>