Shades of Aquamarine #70F1CB
Tints of Aquamarine #70F1CB
RGB
CMYK
RGB Variations
Color information
#70F1CB (or 0x70F1CB) is known color: Aquamarine. HEX triplet: 70, F1 and CB. RGB value is (112,241,203). Sum of RGB (Red+Green+Blue) = 112+241+203=556 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.14% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #70F1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F1CB is #8F0E34. Grayscale: #C6C6C6. Windows color (decimal): -9375285 or 13365616. OLE color: 13365616.
HSL color Cylindrical-coordinate representation of color #70F1CB: hue angle of 162.33º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F1CB is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 203 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.05 |
| HSL | 162.33º | 0.82% | 0.69% | - |
| HSV(B) | 162.33º | 0.54% | 0.95% | - |
| XYZ | 48.92 | 70.67 | 67.56 | - |
| YUV | 198.1 | 130.76 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 203 | 0.54 | 0 | 0.16 | 0.05 | 162.33 | 0.82 | 0.69 |
| Hex | 70 | F1 | CB | 36 | 0 | 10 | 5 | A2 | 52 | 45 |
| Octal | 160 | 361 | 313 | 66 | 0 | 20 | 5 | 242 | 122 | 105 |
| Binary | 1110000 | 11110001 | 11001011 | 110110 | 0 | 10000 | 101 | 10100010 | 1010010 | 1000101 |
Color Harmonies of #70F1CB
Complementary color
Monochromatic Colors of #70F1CB
Black with #70F1CB
Text Example
Text Example
White with #70F1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F1CB; }
p { color: rgb(112,241,203); }
H1.HeaderClassName
{
color: #70F1CB;
}
.AnyTagClassName
{
color: #70F1CB;
}
</style>
background-color css
<style>
a { background-color: #70F1CB; }
a { background-color: rgb(112,241,203); }
div.DivClassName
{
background-color: #70F1CB;
}
.BgClassName
{
background-color: #70F1CB;
}
</style>
border-color css
<style>
span { border-color: #70F1CB; }
span { border-color: rgb(112,241,203); }
td.TdClassName
{
border-color: #70F1CB;
}
.TagClassName
{
border-color: #70F1CB;
}
</style>