#70CAA8

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

Shades of Medium Aquamarine #70CAA8

Tints of Medium Aquamarine #70CAA8

Color information

#70CAA8 (or 0x70CAA8) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CA and A8. RGB value is (112,202,168). Sum of RGB (Red+Green+Blue) = 112+202+168=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #70CAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CAA8 is #8F3557. Grayscale: #ABABAB. Windows color (decimal): -9385304 or 11061872. OLE color: 11061872.

HSL color Cylindrical-coordinate representation of color #70CAA8: hue angle of 157.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CAA8 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB112202168-
CMYK0.4500.170.21
HSL157.33º45.92%61.57%-
HSV(B)157.33º44.55%79.22%-
XYZ34.8748.5144.57-
YUV171.21126.1885.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.24%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 168 (66.02% from 255) = 34.85%
R=23.24%
G=41.91%
B=34.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122021680.4500.170.21157.3345.9261.57
Hex70CAA82D011159d2e3e
Octal16031225055021252355676
Binary111000011001010101010001011010100011010110011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,202,168); }

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

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

 a { background-color: rgb(112,202,168); }

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

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

 span { border-color: rgb(112,202,168); }

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