#70DAAB

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

Shades of Medium Aquamarine #70DAAB

Tints of Medium Aquamarine #70DAAB

Color information

#70DAAB (or 0x70DAAB) is unknown color: approx Medium Aquamarine. HEX triplet: 70, DA and AB. RGB value is (112,218,171). Sum of RGB (Red+Green+Blue) = 112+218+171=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DAAB is #8F2554. Grayscale: #B5B5B5. Windows color (decimal): -9381205 or 11262576. OLE color: 11262576.

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

Color convert

RGB112218171-
CMYK0.4900.220.15
HSL153.4º58.89%64.71%-
HSV(B)153.4º48.62%85.49%-
XYZ39.156.5347.38-
YUV180.95122.3878.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.36%
GREEN value IS 218 (85.55% from 255) = 43.51%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=22.36%
G=43.51%
B=34.13%

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
Decimal1122181710.4900.220.15153.458.8964.71
Hex70DAAB31016F993b41
Octal160332253610261723173101
Binary111000011011010101010111100010101101111100110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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