Html Css Color HEX #70CEA1 Medium Aquamarine

📋 copy color: '#70CEA1'

red 112 ◦ green 206 ◦ blue 161

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

Shades of Medium Aquamarine #70CEA1

Tints of Medium Aquamarine #70CEA1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.01%

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

R = 23.38%
G = 43.01%
B = 33.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#70CEA1 (or 0x70CEA1) is known color: Medium Aquamarine. HEX triplet: 70, CE and A1. RGB value is (112,206,161). Sum of RGB (Red+Green+Blue) = 112+206+161=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CEA1 is #8F315E. Grayscale: #ACACAC. Windows color (decimal): -9384287 or 10604144. OLE color: 10604144.

HSL color Cylindrical-coordinate representation of color #70CEA1: hue angle of 151.28º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CEA1 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 161 -
CMYK 0.46 0 0.22 0.19
HSL 151.28º 0.49% 0.62% -
HSV(B) 151.28º 0.46% 0.81% -
XYZ 35.19 50.16 41.55 -
YUV 172.76 121.36 84.66 -
System Red Green Blue C M Y K H S L
Decimal 112 206 161 0.46 0 0.22 0.19 151.28 0.49 0.62
Hex 70 CE A1 2E 0 16 13 97 31 3E
Octal 160 316 241 56 0 26 23 227 61 76
Binary 1110000 11001110 10100001 101110 0 10110 10011 10010111 110001 111110

Color Harmonies of #70CEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEA1

Black with #70CEA1

Text Example


Text Example

White with #70CEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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