Html Css Color HEX #70EDB1 Medium Aquamarine

📋 copy color: '#70EDB1'

red 112 ◦ green 237 ◦ blue 177

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

Shades of Medium Aquamarine #70EDB1

Tints of Medium Aquamarine #70EDB1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.06%

 BLUE value IS 177 (69.53% from 255) = 33.65%

R = 21.29%
G = 45.06%
B = 33.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#70EDB1 (or 0x70EDB1) is known color: Medium Aquamarine. HEX triplet: 70, ED and B1. RGB value is (112,237,177). Sum of RGB (Red+Green+Blue) = 112+237+177=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EDB1 is #8F124E. Grayscale: #C0C0C0. Windows color (decimal): -9376335 or 11660656. OLE color: 11660656.

HSL color Cylindrical-coordinate representation of color #70EDB1: hue angle of 151.2º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EDB1 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 237 177 -
CMYK 0.53 0 0.25 0.07
HSL 151.2º 0.78% 0.68% -
HSV(B) 151.2º 0.53% 0.93% -
XYZ 44.9 67.19 52.2 -
YUV 192.79 119.09 70.38 -
System Red Green Blue C M Y K H S L
Decimal 112 237 177 0.53 0 0.25 0.07 151.2 0.78 0.68
Hex 70 ED B1 35 0 19 7 97 4E 44
Octal 160 355 261 65 0 31 7 227 116 104
Binary 1110000 11101101 10110001 110101 0 11001 111 10010111 1001110 1000100

Color Harmonies of #70EDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EDB1

Black with #70EDB1

Text Example


Text Example

White with #70EDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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