Html Css Color HEX #70EBAC Medium Aquamarine

📋 copy color: '#70EBAC'

red 112 ◦ green 235 ◦ blue 172

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

Shades of Medium Aquamarine #70EBAC

Tints of Medium Aquamarine #70EBAC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.28%

 BLUE value IS 172 (67.58% from 255) = 33.14%

R = 21.58%
G = 45.28%
B = 33.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#70EBAC (or 0x70EBAC) is known color: Medium Aquamarine. HEX triplet: 70, EB and AC. RGB value is (112,235,172). Sum of RGB (Red+Green+Blue) = 112+235+172=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EBAC is #8F1453. Grayscale: #BFBFBF. Windows color (decimal): -9376852 or 11332464. OLE color: 11332464.

HSL color Cylindrical-coordinate representation of color #70EBAC: hue angle of 149.27º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EBAC is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 235 172 -
CMYK 0.52 0 0.27 0.08
HSL 149.27º 0.75% 0.68% -
HSV(B) 149.27º 0.52% 0.92% -
XYZ 43.84 65.84 49.43 -
YUV 191.04 117.25 71.62 -
System Red Green Blue C M Y K H S L
Decimal 112 235 172 0.52 0 0.27 0.08 149.27 0.75 0.68
Hex 70 EB AC 34 0 1B 8 95 4B 44
Octal 160 353 254 64 0 33 10 225 113 104
Binary 1110000 11101011 10101100 110100 0 11011 1000 10010101 1001011 1000100

Color Harmonies of #70EBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EBAC

Black with #70EBAC

Text Example


Text Example

White with #70EBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,235,172); }

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

background-color css

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

 a { background-color: rgb(112,235,172); }

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

border-color css

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

 span { border-color: rgb(112,235,172); }

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