#70DCAD

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

Shades of Medium Aquamarine #70DCAD

Tints of Medium Aquamarine #70DCAD

Color information

#70DCAD (or 0x70DCAD) is unknown color: approx Medium Aquamarine. HEX triplet: 70, DC and AD. RGB value is (112,220,173). Sum of RGB (Red+Green+Blue) = 112+220+173=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DCAD is #8F2352. Grayscale: #B6B6B6. Windows color (decimal): -9380691 or 11394160. OLE color: 11394160.

HSL color Cylindrical-coordinate representation of color #70DCAD: hue angle of 153.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DCAD is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB112220173-
CMYK0.4900.210.14
HSL153.89º60.67%65.1%-
HSV(B)153.89º49.09%86.27%-
XYZ39.8257.6548.56-
YUV182.35122.7277.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.18%
GREEN value IS 220 (86.33% from 255) = 43.56%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=22.18%
G=43.56%
B=34.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122201730.4900.210.14153.8960.6765.1
Hex70DCAD31015E9a3d41
Octal160334255610251623275101
Binary111000011011100101011011100010101011110100110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,220,173); }

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

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

 a { background-color: rgb(112,220,173); }

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

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

 span { border-color: rgb(112,220,173); }

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