Html Css Color HEX #70C7A0 Medium Aquamarine

📋 copy color: '#70C7A0'

red 112 ◦ green 199 ◦ blue 160

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

Shades of Medium Aquamarine #70C7A0

Tints of Medium Aquamarine #70C7A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.97%

R = 23.78%
G = 42.25%
B = 33.97%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#70C7A0 (or 0x70C7A0) is known color: Medium Aquamarine. HEX triplet: 70, C7 and A0. RGB value is (112,199,160). Sum of RGB (Red+Green+Blue) = 112+199+160=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 199 - color contains mainly: green. Hex color #70C7A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C7A0 is #8F385F. Grayscale: #A8A8A8. Windows color (decimal): -9386080 or 10536816. OLE color: 10536816.

HSL color Cylindrical-coordinate representation of color #70C7A0: hue angle of 153.1º 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 #70C7A0 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 199 160 -
CMYK 0.44 0 0.20 0.22
HSL 153.1º 0.44% 0.61% -
HSV(B) 153.1º 0.44% 0.78% -
XYZ 33.45 46.83 40.53 -
YUV 168.54 123.18 87.67 -
System Red Green Blue C M Y K H S L
Decimal 112 199 160 0.44 0 0.20 0.22 153.1 0.44 0.61
Hex 70 C7 A0 2C 0 14 16 99 2C 3D
Octal 160 307 240 54 0 24 26 231 54 75
Binary 1110000 11000111 10100000 101100 0 10100 10110 10011001 101100 111101

Color Harmonies of #70C7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C7A0

Black with #70C7A0

Text Example


Text Example

White with #70C7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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