Html Css Color HEX #70EFAC Medium Aquamarine

📋 copy color: '#70EFAC'

red 112 ◦ green 239 ◦ blue 172

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

Shades of Medium Aquamarine #70EFAC

Tints of Medium Aquamarine #70EFAC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.7%

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

R = 21.41%
G = 45.7%
B = 32.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#70EFAC (or 0x70EFAC) is known color: Medium Aquamarine. HEX triplet: 70, EF and AC. RGB value is (112,239,172). Sum of RGB (Red+Green+Blue) = 112+239+172=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EFAC is #8F1053. Grayscale: #C1C1C1. Windows color (decimal): -9375828 or 11333488. OLE color: 11333488.

HSL color Cylindrical-coordinate representation of color #70EFAC: hue angle of 148.35º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EFAC is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 239 172 -
CMYK 0.53 0 0.28 0.06
HSL 148.35º 0.8% 0.69% -
HSV(B) 148.35º 0.53% 0.94% -
XYZ 44.99 68.16 49.81 -
YUV 193.39 115.92 69.95 -
System Red Green Blue C M Y K H S L
Decimal 112 239 172 0.53 0 0.28 0.06 148.35 0.8 0.69
Hex 70 EF AC 35 0 1C 6 94 50 45
Octal 160 357 254 65 0 34 6 224 120 105
Binary 1110000 11101111 10101100 110101 0 11100 110 10010100 1010000 1000101

Color Harmonies of #70EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EFAC

Black with #70EFAC

Text Example


Text Example

White with #70EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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