Shades of Medium Aquamarine #70CFB0
Tints of Medium Aquamarine #70CFB0
RGB
CMYK
RGB Variations
Color information
#70CFB0 (or 0x70CFB0) is known color: Medium Aquamarine. HEX triplet: 70, CF and B0. RGB value is (112,207,176). Sum of RGB (Red+Green+Blue) = 112+207+176=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CFB0 is #8F304F. Grayscale: #AFAFAF. Windows color (decimal): -9384016 or 11587440. OLE color: 11587440.
HSL color Cylindrical-coordinate representation of color #70CFB0: hue angle of 160.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CFB0 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 176 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.19 |
| HSL | 160.42º | 0.5% | 0.63% | - |
| HSV(B) | 160.42º | 0.46% | 0.81% | - |
| XYZ | 36.83 | 51.2 | 49.02 | - |
| YUV | 175.06 | 128.53 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 176 | 0.46 | 0 | 0.15 | 0.19 | 160.42 | 0.5 | 0.63 |
| Hex | 70 | CF | B0 | 2E | 0 | F | 13 | A0 | 32 | 3F |
| Octal | 160 | 317 | 260 | 56 | 0 | 17 | 23 | 240 | 62 | 77 |
| Binary | 1110000 | 11001111 | 10110000 | 101110 | 0 | 1111 | 10011 | 10100000 | 110010 | 111111 |
Color Harmonies of #70CFB0
Complementary color
Monochromatic Colors of #70CFB0
Black with #70CFB0
Text Example
Text Example
White with #70CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFB0; }
p { color: rgb(112,207,176); }
H1.HeaderClassName
{
color: #70CFB0;
}
.AnyTagClassName
{
color: #70CFB0;
}
</style>
background-color css
<style>
a { background-color: #70CFB0; }
a { background-color: rgb(112,207,176); }
div.DivClassName
{
background-color: #70CFB0;
}
.BgClassName
{
background-color: #70CFB0;
}
</style>
border-color css
<style>
span { border-color: #70CFB0; }
span { border-color: rgb(112,207,176); }
td.TdClassName
{
border-color: #70CFB0;
}
.TagClassName
{
border-color: #70CFB0;
}
</style>