Html Css Color HEX #70C0A0 Medium Aquamarine

📋 copy color: '#70C0A0'

red 112 ◦ green 192 ◦ blue 160

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

Shades of Medium Aquamarine #70C0A0

Tints of Medium Aquamarine #70C0A0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.38%

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

R = 24.14%
G = 41.38%
B = 34.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#70C0A0 (or 0x70C0A0) is known color: Medium Aquamarine. HEX triplet: 70, C0 and A0. RGB value is (112,192,160). Sum of RGB (Red+Green+Blue) = 112+192+160=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #70C0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C0A0 is #8F3F5F. Grayscale: #A4A4A4. Windows color (decimal): -9387872 or 10535024. OLE color: 10535024.

HSL color Cylindrical-coordinate representation of color #70C0A0: hue angle of 156º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C0A0 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 192 160 -
CMYK 0.42 0 0.17 0.25
HSL 156º 0.39% 0.6% -
HSV(B) 156º 0.42% 0.75% -
XYZ 31.88 43.68 40.01 -
YUV 164.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 112 192 160 0.42 0 0.17 0.25 156 0.39 0.6
Hex 70 C0 A0 2A 0 11 19 9C 27 3C
Octal 160 300 240 52 0 21 31 234 47 74
Binary 1110000 11000000 10100000 101010 0 10001 11001 10011100 100111 111100

Color Harmonies of #70C0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C0A0

Black with #70C0A0

Text Example


Text Example

White with #70C0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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