#70CCAC

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

Shades of Medium Aquamarine #70CCAC

Tints of Medium Aquamarine #70CCAC

Color information

#70CCAC (or 0x70CCAC) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CC and AC. RGB value is (112,204,172). Sum of RGB (Red+Green+Blue) = 112+204+172=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #70CCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CCAC is #8F3353. Grayscale: #ACACAC. Windows color (decimal): -9384788 or 11324528. OLE color: 11324528.

HSL color Cylindrical-coordinate representation of color #70CCAC: hue angle of 159.13º degrees, saturation: 0.47, 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 #70CCAC is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB112204172-
CMYK0.4500.160.2
HSL159.13º47.42%61.96%-
HSV(B)159.13º45.1%80%-
XYZ35.7249.6146.72-
YUV172.84127.5284.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.95%
GREEN value IS 204 (80.08% from 255) = 41.80%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=22.95%
G=41.80%
B=35.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1122041720.4500.160.2159.1347.4261.96
Hex70CCAC2D010149f2f3e
Octal16031425455020242375776
Binary111000011001100101011001011010100001010010011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,204,172); }

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

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

 a { background-color: rgb(112,204,172); }

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

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

 span { border-color: rgb(112,204,172); }

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