Html Css Color HEX #70EDB2 Medium Aquamarine

📋 copy color: '#70EDB2'

red 112 ◦ green 237 ◦ blue 178

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

Shades of Medium Aquamarine #70EDB2

Tints of Medium Aquamarine #70EDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.78%

R = 21.25%
G = 44.97%
B = 33.78%

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

#70EDB2 (or 0x70EDB2) is known color: Medium Aquamarine. HEX triplet: 70, ED and B2. RGB value is (112,237,178). Sum of RGB (Red+Green+Blue) = 112+237+178=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EDB2 is #8F124D. Grayscale: #C1C1C1. Windows color (decimal): -9376334 or 11726192. OLE color: 11726192.

HSL color Cylindrical-coordinate representation of color #70EDB2: hue angle of 151.68º 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 #70EDB2 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 237 178 -
CMYK 0.53 0 0.25 0.07
HSL 151.68º 0.78% 0.68% -
HSV(B) 151.68º 0.53% 0.93% -
XYZ 45 67.23 52.72 -
YUV 192.9 119.59 70.3 -
System Red Green Blue C M Y K H S L
Decimal 112 237 178 0.53 0 0.25 0.07 151.68 0.78 0.68
Hex 70 ED B2 35 0 19 7 98 4E 44
Octal 160 355 262 65 0 31 7 230 116 104
Binary 1110000 11101101 10110010 110101 0 11001 111 10011000 1001110 1000100

Color Harmonies of #70EDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EDB2

Black with #70EDB2

Text Example


Text Example

White with #70EDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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