#70E2B1

Color #70E2B1 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #70E2B1

Tints of Medium Aquamarine #70E2B1

Color information

#70E2B1 (or 0x70E2B1) is unknown color: approx Medium Aquamarine. HEX triplet: 70, E2 and B1. RGB value is (112,226,177). Sum of RGB (Red+Green+Blue) = 112+226+177=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 226 - color contains mainly: green. Hex color #70E2B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E2B1 is #8F1D4E. Grayscale: #BABABA. Windows color (decimal): -9379151 or 11657840. OLE color: 11657840.

HSL color Cylindrical-coordinate representation of color #70E2B1: hue angle of 154.21º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E2B1 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB112226177-
CMYK0.5000.220.11
HSL154.21º66.28%66.27%-
HSV(B)154.21º50.44%88.63%-
XYZ41.8161.0151.17-
YUV186.33122.7374.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 21.75%
GREEN value IS 226 (88.67% from 255) = 43.88%
BLUE value IS 177 (69.53% from 255) = 34.37%
R=21.75%
G=43.88%
B=34.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122261770.5000.220.11154.2166.2866.27
Hex70E2B132016B9a4242
Octal1603422616202613232102102
Binary1110000111000101011000111001001011010111001101010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70E2B1; }

 p { color: rgb(112,226,177); }

 H1.HeaderClassName
 {
   color: #70E2B1;
 }
 .AnyTagClassName
 {
   color: #70E2B1;
 }
</style>
background-color css

<style>
 a { background-color: #70E2B1; }

 a { background-color: rgb(112,226,177); }

 div.DivClassName
 {
   background-color: #70E2B1;
 }
 .BgClassName
 {
   background-color: #70E2B1;
 }
</style>
border-color css

<style>
 span { border-color: #70E2B1; }

 span { border-color: rgb(112,226,177); }

 td.TdClassName
 {
   border-color: #70E2B1;
 }
 .TagClassName
 {
   border-color: #70E2B1;
 }
</style>