Html Css Color HEX #70C79F Medium Aquamarine

📋 copy color: '#70C79F'

red 112 ◦ green 199 ◦ blue 159

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

Shades of Medium Aquamarine #70C79F

Tints of Medium Aquamarine #70C79F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.83%

R = 23.83%
G = 42.34%
B = 33.83%

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

#70C79F (or 0x70C79F) is known color: Medium Aquamarine. HEX triplet: 70, C7 and 9F. RGB value is (112,199,159). Sum of RGB (Red+Green+Blue) = 112+199+159=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 199 - color contains mainly: green. Hex color #70C79F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C79F is #8F3860. Grayscale: #A8A8A8. Windows color (decimal): -9386081 or 10471280. OLE color: 10471280.

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

Color convert

RGB 112 199 159 -
CMYK 0.44 0 0.20 0.22
HSL 152.41º 0.44% 0.61% -
HSV(B) 152.41º 0.44% 0.78% -
XYZ 33.36 46.79 40.07 -
YUV 168.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 112 199 159 0.44 0 0.20 0.22 152.41 0.44 0.61
Hex 70 C7 9F 2C 0 14 16 98 2C 3D
Octal 160 307 237 54 0 24 26 230 54 75
Binary 1110000 11000111 10011111 101100 0 10100 10110 10011000 101100 111101

Color Harmonies of #70C79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C79F

Black with #70C79F

Text Example


Text Example

White with #70C79F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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