#70DAAA

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

Shades of Medium Aquamarine #70DAAA

Tints of Medium Aquamarine #70DAAA

Color information

#70DAAA (or 0x70DAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 70, DA and AA. RGB value is (112,218,170). Sum of RGB (Red+Green+Blue) = 112+218+170=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DAAA is #8F2555. Grayscale: #B4B4B4. Windows color (decimal): -9381206 or 11197040. OLE color: 11197040.

HSL color Cylindrical-coordinate representation of color #70DAAA: hue angle of 152.83º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DAAA is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB112218170-
CMYK0.4900.220.15
HSL152.83º58.89%64.71%-
HSV(B)152.83º48.62%85.49%-
XYZ39.0156.4946.88-
YUV180.83121.8878.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.4%
GREEN value IS 218 (85.55% from 255) = 43.6%
BLUE value IS 170 (66.80% from 255) = 34%
R=22.4%
G=43.6%
B=34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122181700.4900.220.15152.8358.8964.71
Hex70DAAA31016F993b41
Octal160332252610261723173101
Binary111000011011010101010101100010101101111100110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,218,170); }

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

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

 a { background-color: rgb(112,218,170); }

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

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

 span { border-color: rgb(112,218,170); }

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