Html Css Color HEX #70C8AD Medium Aquamarine

📋 copy color: '#70C8AD'

red 112 ◦ green 200 ◦ blue 173

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

Shades of Medium Aquamarine #70C8AD

Tints of Medium Aquamarine #70C8AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.67%

R = 23.09%
G = 41.24%
B = 35.67%

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

#70C8AD (or 0x70C8AD) is known color: Medium Aquamarine. HEX triplet: 70, C8 and AD. RGB value is (112,200,173). Sum of RGB (Red+Green+Blue) = 112+200+173=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #70C8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C8AD is #8F3752. Grayscale: #AAAAAA. Windows color (decimal): -9385811 or 11389040. OLE color: 11389040.

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

Color convert

RGB 112 200 173 -
CMYK 0.44 0 0.14 0.22
HSL 161.59º 0.44% 0.61% -
HSV(B) 161.59º 0.44% 0.78% -
XYZ 34.88 47.77 46.92 -
YUV 170.61 129.35 86.2 -
System Red Green Blue C M Y K H S L
Decimal 112 200 173 0.44 0 0.14 0.22 161.59 0.44 0.61
Hex 70 C8 AD 2C 0 E 16 A2 2C 3D
Octal 160 310 255 54 0 16 26 242 54 75
Binary 1110000 11001000 10101101 101100 0 1110 10110 10100010 101100 111101

Color Harmonies of #70C8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C8AD

Black with #70C8AD

Text Example


Text Example

White with #70C8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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