Html Css Color HEX #70C89F Medium Aquamarine

📋 copy color: '#70C89F'

red 112 ◦ green 200 ◦ blue 159

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

Shades of Medium Aquamarine #70C89F

Tints of Medium Aquamarine #70C89F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.46%

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

R = 23.78%
G = 42.46%
B = 33.76%

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

#70C89F (or 0x70C89F) is known color: Medium Aquamarine. HEX triplet: 70, C8 and 9F. RGB value is (112,200,159). Sum of RGB (Red+Green+Blue) = 112+200+159=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #70C89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C89F is #8F3760. Grayscale: #A9A9A9. Windows color (decimal): -9385825 or 10471536. OLE color: 10471536.

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

Color convert

RGB 112 200 159 -
CMYK 0.44 0 0.20 0.22
HSL 152.05º 0.44% 0.61% -
HSV(B) 152.05º 0.44% 0.78% -
XYZ 33.59 47.26 40.15 -
YUV 169.01 122.35 87.33 -
System Red Green Blue C M Y K H S L
Decimal 112 200 159 0.44 0 0.20 0.22 152.05 0.44 0.61
Hex 70 C8 9F 2C 0 14 16 98 2C 3D
Octal 160 310 237 54 0 24 26 230 54 75
Binary 1110000 11001000 10011111 101100 0 10100 10110 10011000 101100 111101

Color Harmonies of #70C89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C89F

Black with #70C89F

Text Example


Text Example

White with #70C89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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