#70DBAA

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

Shades of Medium Aquamarine #70DBAA

Tints of Medium Aquamarine #70DBAA

Color information

#70DBAA (or 0x70DBAA) is unknown color: approx Medium Aquamarine. HEX triplet: 70, DB and AA. RGB value is (112,219,170). Sum of RGB (Red+Green+Blue) = 112+219+170=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DBAA is #8F2455. Grayscale: #B5B5B5. Windows color (decimal): -9380950 or 11197296. OLE color: 11197296.

HSL color Cylindrical-coordinate representation of color #70DBAA: hue angle of 152.52º degrees, saturation: 0.6, 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 #70DBAA is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB112219170-
CMYK0.4900.220.14
HSL152.52º59.78%64.9%-
HSV(B)152.52º48.86%85.88%-
XYZ39.2757.0146.96-
YUV181.42121.5578.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.36%
GREEN value IS 219 (85.94% from 255) = 43.71%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=22.36%
G=43.71%
B=33.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122191700.4900.220.14152.5259.7864.9
Hex70DBAA31016E993c41
Octal160333252610261623174101
Binary111000011011011101010101100010101101110100110011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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