#70C3A6

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

Shades of Medium Aquamarine #70C3A6

Tints of Medium Aquamarine #70C3A6

Color information

#70C3A6 (or 0x70C3A6) is unknown color: approx Medium Aquamarine. HEX triplet: 70, C3 and A6. RGB value is (112,195,166). Sum of RGB (Red+Green+Blue) = 112+195+166=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #70C3A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C3A6 is #8F3C59. Grayscale: #A6A6A6. Windows color (decimal): -9387098 or 10929008. OLE color: 10929008.

HSL color Cylindrical-coordinate representation of color #70C3A6: hue angle of 159.04º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C3A6 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB112195166-
CMYK0.4300.150.24
HSL159.04º40.89%60.2%-
HSV(B)159.04º42.56%76.47%-
XYZ33.0845.2343.06-
YUV166.88127.588.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.68%
GREEN value IS 195 (76.56% from 255) = 41.23%
BLUE value IS 166 (65.23% from 255) = 35.10%
R=23.68%
G=41.23%
B=35.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121951660.4300.150.24159.0440.8960.2
Hex70C3A62B0F189f293c
Octal16030324653017302375174
Binary11100001100001110100110101011011111100010011111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,195,166); }

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

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

 a { background-color: rgb(112,195,166); }

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

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

 span { border-color: rgb(112,195,166); }

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