Html Css Color HEX #70E7B0 Medium Aquamarine

📋 copy color: '#70E7B0'

red 112 ◦ green 231 ◦ blue 176

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

Shades of Medium Aquamarine #70E7B0

Tints of Medium Aquamarine #70E7B0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.51%

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

R = 21.58%
G = 44.51%
B = 33.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#70E7B0 (or 0x70E7B0) is known color: Medium Aquamarine. HEX triplet: 70, E7 and B0. RGB value is (112,231,176). Sum of RGB (Red+Green+Blue) = 112+231+176=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 231 (90.62% from 255 or 44.51% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 231 - color contains mainly: green. Hex color #70E7B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E7B0 is #8F184F. Grayscale: #BDBDBD. Windows color (decimal): -9377872 or 11593584. OLE color: 11593584.

HSL color Cylindrical-coordinate representation of color #70E7B0: hue angle of 152.27º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E7B0 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 231 176 -
CMYK 0.52 0 0.24 0.09
HSL 152.27º 0.71% 0.67% -
HSV(B) 152.27º 0.52% 0.91% -
XYZ 43.09 63.73 51.1 -
YUV 189.15 120.58 72.97 -
System Red Green Blue C M Y K H S L
Decimal 112 231 176 0.52 0 0.24 0.09 152.27 0.71 0.67
Hex 70 E7 B0 34 0 18 9 98 47 43
Octal 160 347 260 64 0 30 11 230 107 103
Binary 1110000 11100111 10110000 110100 0 11000 1001 10011000 1000111 1000011

Color Harmonies of #70E7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E7B0

Black with #70E7B0

Text Example


Text Example

White with #70E7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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