Html Css Color HEX #70DAB0 Medium Aquamarine

📋 copy color: '#70DAB0'

red 112 ◦ green 218 ◦ blue 176

#70DAB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #70DAB0

Tints of Medium Aquamarine #70DAB0

RGB

 RED value IS 112 (44.14% from 255) = 22.13%

 GREEN value IS 218 (85.55% from 255) = 43.08%

 BLUE value IS 176 (69.14% from 255) = 34.78%

R = 22.13%
G = 43.08%
B = 34.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#70DAB0 (or 0x70DAB0) is known color: Medium Aquamarine. HEX triplet: 70, DA and B0. RGB value is (112,218,176). Sum of RGB (Red+Green+Blue) = 112+218+176=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DAB0 is #8F254F. Grayscale: #B5B5B5. Windows color (decimal): -9381200 or 11590256. OLE color: 11590256.

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

Color convert

RGB 112 218 176 -
CMYK 0.49 0 0.19 0.15
HSL 156.23º 0.59% 0.65% -
HSV(B) 156.23º 0.49% 0.85% -
XYZ 39.59 56.72 49.94 -
YUV 181.52 124.88 78.42 -
System Red Green Blue C M Y K H S L
Decimal 112 218 176 0.49 0 0.19 0.15 156.23 0.59 0.65
Hex 70 DA B0 31 0 13 F 9C 3B 41
Octal 160 332 260 61 0 23 17 234 73 101
Binary 1110000 11011010 10110000 110001 0 10011 1111 10011100 111011 1000001

Color Harmonies of #70DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DAB0

Black with #70DAB0

Text Example


Text Example

White with #70DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70DAB0;
 }
 .AnyTagClassName
 {
   color: #70DAB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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