Html Css Color HEX #70DBA1 Medium Aquamarine

📋 copy color: '#70DBA1'

red 112 ◦ green 219 ◦ blue 161

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

Shades of Medium Aquamarine #70DBA1

Tints of Medium Aquamarine #70DBA1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.51%

 BLUE value IS 161 (63.28% from 255) = 32.72%

R = 22.76%
G = 44.51%
B = 32.72%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#70DBA1 (or 0x70DBA1) is known color: Medium Aquamarine. HEX triplet: 70, DB and A1. RGB value is (112,219,161). Sum of RGB (Red+Green+Blue) = 112+219+161=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DBA1 is #8F245E. Grayscale: #B4B4B4. Windows color (decimal): -9380959 or 10607472. OLE color: 10607472.

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

Color convert

RGB 112 219 161 -
CMYK 0.49 0 0.26 0.14
HSL 147.48º 0.6% 0.65% -
HSV(B) 147.48º 0.49% 0.86% -
XYZ 38.45 56.68 42.63 -
YUV 180.4 117.05 79.22 -
System Red Green Blue C M Y K H S L
Decimal 112 219 161 0.49 0 0.26 0.14 147.48 0.6 0.65
Hex 70 DB A1 31 0 1A E 93 3C 41
Octal 160 333 241 61 0 32 16 223 74 101
Binary 1110000 11011011 10100001 110001 0 11010 1110 10010011 111100 1000001

Color Harmonies of #70DBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBA1

Black with #70DBA1

Text Example


Text Example

White with #70DBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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