Html Css Color HEX #70C7AC Medium Aquamarine

📋 copy color: '#70C7AC'

red 112 ◦ green 199 ◦ blue 172

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

Shades of Medium Aquamarine #70C7AC

Tints of Medium Aquamarine #70C7AC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.2%

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

R = 23.19%
G = 41.2%
B = 35.61%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#70C7AC (or 0x70C7AC) is known color: Medium Aquamarine. HEX triplet: 70, C7 and AC. RGB value is (112,199,172). Sum of RGB (Red+Green+Blue) = 112+199+172=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 199 - color contains mainly: green. Hex color #70C7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C7AC is #8F3853. Grayscale: #A9A9A9. Windows color (decimal): -9386068 or 11323248. OLE color: 11323248.

HSL color Cylindrical-coordinate representation of color #70C7AC: hue angle of 161.38º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C7AC is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 199 172 -
CMYK 0.44 0 0.14 0.22
HSL 161.38º 0.44% 0.61% -
HSV(B) 161.38º 0.44% 0.78% -
XYZ 34.55 47.27 46.33 -
YUV 169.91 129.18 86.7 -
System Red Green Blue C M Y K H S L
Decimal 112 199 172 0.44 0 0.14 0.22 161.38 0.44 0.61
Hex 70 C7 AC 2C 0 E 16 A1 2C 3D
Octal 160 307 254 54 0 16 26 241 54 75
Binary 1110000 11000111 10101100 101100 0 1110 10110 10100001 101100 111101

Color Harmonies of #70C7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C7AC

Black with #70C7AC

Text Example


Text Example

White with #70C7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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