#70CEA5

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

Shades of Medium Aquamarine #70CEA5

Tints of Medium Aquamarine #70CEA5

Color information

#70CEA5 (or 0x70CEA5) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CE and A5. RGB value is (112,206,165). Sum of RGB (Red+Green+Blue) = 112+206+165=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CEA5 is #8F315A. Grayscale: #ADADAD. Windows color (decimal): -9384283 or 10866288. OLE color: 10866288.

HSL color Cylindrical-coordinate representation of color #70CEA5: hue angle of 153.83º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CEA5 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB112206165-
CMYK0.4600.200.19
HSL153.83º48.96%62.35%-
HSV(B)153.83º45.63%80.78%-
XYZ35.5450.343.43-
YUV173.22123.3684.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.19%
GREEN value IS 206 (80.86% from 255) = 42.65%
BLUE value IS 165 (64.84% from 255) = 34.16%
R=23.19%
G=42.65%
B=34.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122061650.4600.200.19153.8348.9662.35
Hex70CEA52E014139a313e
Octal16031624556024232326176
Binary111000011001110101001011011100101001001110011010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,206,165); }

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

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

 a { background-color: rgb(112,206,165); }

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

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

 span { border-color: rgb(112,206,165); }

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