#70CAA1

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

Shades of Medium Aquamarine #70CAA1

Tints of Medium Aquamarine #70CAA1

Color information

#70CAA1 (or 0x70CAA1) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CA and A1. RGB value is (112,202,161). Sum of RGB (Red+Green+Blue) = 112+202+161=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #70CAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CAA1 is #8F355E. Grayscale: #AAAAAA. Windows color (decimal): -9385311 or 10603120. OLE color: 10603120.

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

Color convert

RGB112202161-
CMYK0.4500.200.21
HSL152.67º45.92%61.57%-
HSV(B)152.67º44.55%79.22%-
XYZ34.2448.2641.23-
YUV170.42122.6886.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.58%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=23.58%
G=42.53%
B=33.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122021610.4500.200.21152.6745.9261.57
Hex70CAA12D01415992e3e
Octal16031224155024252315676
Binary111000011001010101000011011010101001010110011001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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