Shades of Medium Aquamarine #70CDB1
Tints of Medium Aquamarine #70CDB1
RGB
CMYK
RGB Variations
Color information
#70CDB1 (or 0x70CDB1) is known color: Medium Aquamarine. HEX triplet: 70, CD and B1. RGB value is (112,205,177). Sum of RGB (Red+Green+Blue) = 112+205+177=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #70CDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CDB1 is #8F324E. Grayscale: #AEAEAE. Windows color (decimal): -9384527 or 11652464. OLE color: 11652464.
HSL color Cylindrical-coordinate representation of color #70CDB1: hue angle of 161.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CDB1 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 205 | 177 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.20 |
| HSL | 161.94º | 0.48% | 0.62% | - |
| HSV(B) | 161.94º | 0.45% | 0.8% | - |
| XYZ | 36.45 | 50.28 | 49.38 | - |
| YUV | 174 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 177 | 0.45 | 0 | 0.14 | 0.20 | 161.94 | 0.48 | 0.62 |
| Hex | 70 | CD | B1 | 2D | 0 | E | 14 | A2 | 30 | 3E |
| Octal | 160 | 315 | 261 | 55 | 0 | 16 | 24 | 242 | 60 | 76 |
| Binary | 1110000 | 11001101 | 10110001 | 101101 | 0 | 1110 | 10100 | 10100010 | 110000 | 111110 |
Color Harmonies of #70CDB1
Complementary color
Monochromatic Colors of #70CDB1
Black with #70CDB1
Text Example
Text Example
White with #70CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CDB1; }
p { color: rgb(112,205,177); }
H1.HeaderClassName
{
color: #70CDB1;
}
.AnyTagClassName
{
color: #70CDB1;
}
</style>
background-color css
<style>
a { background-color: #70CDB1; }
a { background-color: rgb(112,205,177); }
div.DivClassName
{
background-color: #70CDB1;
}
.BgClassName
{
background-color: #70CDB1;
}
</style>
border-color css
<style>
span { border-color: #70CDB1; }
span { border-color: rgb(112,205,177); }
td.TdClassName
{
border-color: #70CDB1;
}
.TagClassName
{
border-color: #70CDB1;
}
</style>