#70CAA0

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

Shades of Medium Aquamarine #70CAA0

Tints of Medium Aquamarine #70CAA0

Color information

#70CAA0 (or 0x70CAA0) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CA and A0. RGB value is (112,202,160). Sum of RGB (Red+Green+Blue) = 112+202+160=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #70CAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CAA0 is #8F355F. Grayscale: #AAAAAA. Windows color (decimal): -9385312 or 10537584. OLE color: 10537584.

HSL color Cylindrical-coordinate representation of color #70CAA0: hue angle of 152º 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 #70CAA0 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB112202160-
CMYK0.4500.210.21
HSL152º45.92%61.57%-
HSV(B)152º44.55%79.22%-
XYZ34.1548.2240.77-
YUV170.3122.1886.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.63%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 160 (62.89% from 255) = 33.76%
R=23.63%
G=42.62%
B=33.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122021600.4500.210.2115245.9261.57
Hex70CAA02D01515982e3e
Octal16031224055025252305676
Binary111000011001010101000001011010101011010110011000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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