Html Css Color HEX #70C7A6 Medium Aquamarine

📋 copy color: '#70C7A6'

red 112 ◦ green 199 ◦ blue 166

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

Shades of Medium Aquamarine #70C7A6

Tints of Medium Aquamarine #70C7A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.8%

R = 23.48%
G = 41.72%
B = 34.8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#70C7A6 (or 0x70C7A6) is known color: Medium Aquamarine. HEX triplet: 70, C7 and A6. RGB value is (112,199,166). Sum of RGB (Red+Green+Blue) = 112+199+166=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 199 - color contains mainly: green. Hex color #70C7A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C7A6 is #8F3859. Grayscale: #A9A9A9. Windows color (decimal): -9386074 or 10930032. OLE color: 10930032.

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

Color convert

RGB 112 199 166 -
CMYK 0.44 0 0.17 0.22
HSL 157.24º 0.44% 0.61% -
HSV(B) 157.24º 0.44% 0.78% -
XYZ 33.99 47.04 43.37 -
YUV 169.23 126.18 87.18 -
System Red Green Blue C M Y K H S L
Decimal 112 199 166 0.44 0 0.17 0.22 157.24 0.44 0.61
Hex 70 C7 A6 2C 0 11 16 9D 2C 3D
Octal 160 307 246 54 0 21 26 235 54 75
Binary 1110000 11000111 10100110 101100 0 10001 10110 10011101 101100 111101

Color Harmonies of #70C7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C7A6

Black with #70C7A6

Text Example


Text Example

White with #70C7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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