Html Css Color HEX #70C8AC Medium Aquamarine

📋 copy color: '#70C8AC'

red 112 ◦ green 200 ◦ blue 172

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

Shades of Medium Aquamarine #70C8AC

Tints of Medium Aquamarine #70C8AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.54%

R = 23.14%
G = 41.32%
B = 35.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#70C8AC (or 0x70C8AC) is known color: Medium Aquamarine. HEX triplet: 70, C8 and AC. RGB value is (112,200,172). Sum of RGB (Red+Green+Blue) = 112+200+172=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #70C8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C8AC is #8F3753. Grayscale: #AAAAAA. Windows color (decimal): -9385812 or 11323504. OLE color: 11323504.

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

Color convert

RGB 112 200 172 -
CMYK 0.44 0 0.14 0.22
HSL 160.91º 0.44% 0.61% -
HSV(B) 160.91º 0.44% 0.78% -
XYZ 34.78 47.73 46.41 -
YUV 170.5 128.85 86.28 -
System Red Green Blue C M Y K H S L
Decimal 112 200 172 0.44 0 0.14 0.22 160.91 0.44 0.61
Hex 70 C8 AC 2C 0 E 16 A1 2C 3D
Octal 160 310 254 54 0 16 26 241 54 75
Binary 1110000 11001000 10101100 101100 0 1110 10110 10100001 101100 111101

Color Harmonies of #70C8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C8AC

Black with #70C8AC

Text Example


Text Example

White with #70C8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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