Html Css Color HEX #70E5AC Medium Aquamarine

📋 copy color: '#70E5AC'

red 112 ◦ green 229 ◦ blue 172

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

Shades of Medium Aquamarine #70E5AC

Tints of Medium Aquamarine #70E5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.64%

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

R = 21.83%
G = 44.64%
B = 33.53%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#70E5AC (or 0x70E5AC) is known color: Medium Aquamarine. HEX triplet: 70, E5 and AC. RGB value is (112,229,172). Sum of RGB (Red+Green+Blue) = 112+229+172=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #70E5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E5AC is #8F1A53. Grayscale: #BBBBBB. Windows color (decimal): -9378388 or 11330928. OLE color: 11330928.

HSL color Cylindrical-coordinate representation of color #70E5AC: hue angle of 150.77º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E5AC is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 229 172 -
CMYK 0.51 0 0.25 0.10
HSL 150.77º 0.69% 0.67% -
HSV(B) 150.77º 0.51% 0.9% -
XYZ 42.15 62.46 48.86 -
YUV 187.52 119.24 74.13 -
System Red Green Blue C M Y K H S L
Decimal 112 229 172 0.51 0 0.25 0.10 150.77 0.69 0.67
Hex 70 E5 AC 33 0 19 A 97 45 43
Octal 160 345 254 63 0 31 12 227 105 103
Binary 1110000 11100101 10101100 110011 0 11001 1010 10010111 1000101 1000011

Color Harmonies of #70E5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E5AC

Black with #70E5AC

Text Example


Text Example

White with #70E5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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