Shades of Medium Aquamarine #70CDB2
Tints of Medium Aquamarine #70CDB2
RGB
CMYK
RGB Variations
Color information
#70CDB2 (or 0x70CDB2) is known color: Medium Aquamarine. HEX triplet: 70, CD and B2. RGB value is (112,205,178). Sum of RGB (Red+Green+Blue) = 112+205+178=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #70CDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CDB2 is #8F324D. Grayscale: #AEAEAE. Windows color (decimal): -9384526 or 11718000. OLE color: 11718000.
HSL color Cylindrical-coordinate representation of color #70CDB2: hue angle of 162.58º 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 #70CDB2 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 205 | 178 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.20 |
| HSL | 162.58º | 0.48% | 0.62% | - |
| HSV(B) | 162.58º | 0.45% | 0.8% | - |
| XYZ | 36.55 | 50.32 | 49.91 | - |
| YUV | 174.12 | 130.19 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 178 | 0.45 | 0 | 0.13 | 0.20 | 162.58 | 0.48 | 0.62 |
| Hex | 70 | CD | B2 | 2D | 0 | D | 14 | A3 | 30 | 3E |
| Octal | 160 | 315 | 262 | 55 | 0 | 15 | 24 | 243 | 60 | 76 |
| Binary | 1110000 | 11001101 | 10110010 | 101101 | 0 | 1101 | 10100 | 10100011 | 110000 | 111110 |
Color Harmonies of #70CDB2
Complementary color
Monochromatic Colors of #70CDB2
Black with #70CDB2
Text Example
Text Example
White with #70CDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CDB2; }
p { color: rgb(112,205,178); }
H1.HeaderClassName
{
color: #70CDB2;
}
.AnyTagClassName
{
color: #70CDB2;
}
</style>
background-color css
<style>
a { background-color: #70CDB2; }
a { background-color: rgb(112,205,178); }
div.DivClassName
{
background-color: #70CDB2;
}
.BgClassName
{
background-color: #70CDB2;
}
</style>
border-color css
<style>
span { border-color: #70CDB2; }
span { border-color: rgb(112,205,178); }
td.TdClassName
{
border-color: #70CDB2;
}
.TagClassName
{
border-color: #70CDB2;
}
</style>