#70DAB1

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

Shades of Medium Aquamarine #70DAB1

Tints of Medium Aquamarine #70DAB1

Color information

#70DAB1 (or 0x70DAB1) is unknown color: approx Medium Aquamarine. HEX triplet: 70, DA and B1. RGB value is (112,218,177). Sum of RGB (Red+Green+Blue) = 112+218+177=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DAB1 is #8F254E. Grayscale: #B5B5B5. Windows color (decimal): -9381199 or 11655792. OLE color: 11655792.

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

Color convert

RGB112218177-
CMYK0.4900.190.15
HSL156.79º58.89%64.71%-
HSV(B)156.79º48.62%85.49%-
XYZ39.6956.7650.46-
YUV181.63125.3878.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.09%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=22.09%
G=43.00%
B=34.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122181770.4900.190.15156.7958.8964.71
Hex70DAB131013F9d3b41
Octal160332261610231723573101
Binary111000011011010101100011100010100111111100111011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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