Html Css Color HEX #70D2AE Medium Aquamarine

📋 copy color: '#70D2AE'

red 112 ◦ green 210 ◦ blue 174

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

Shades of Medium Aquamarine #70D2AE

Tints of Medium Aquamarine #70D2AE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.34%

 BLUE value IS 174 (68.36% from 255) = 35.08%

R = 22.58%
G = 42.34%
B = 35.08%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#70D2AE (or 0x70D2AE) is known color: Medium Aquamarine. HEX triplet: 70, D2 and AE. RGB value is (112,210,174). Sum of RGB (Red+Green+Blue) = 112+210+174=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #70D2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D2AE is #8F2D51. Grayscale: #B0B0B0. Windows color (decimal): -9383250 or 11457136. OLE color: 11457136.

HSL color Cylindrical-coordinate representation of color #70D2AE: hue angle of 157.96º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D2AE is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 210 174 -
CMYK 0.47 0 0.17 0.18
HSL 157.96º 0.52% 0.63% -
HSV(B) 157.96º 0.47% 0.82% -
XYZ 37.37 52.59 48.23 -
YUV 176.59 126.53 81.93 -
System Red Green Blue C M Y K H S L
Decimal 112 210 174 0.47 0 0.17 0.18 157.96 0.52 0.63
Hex 70 D2 AE 2F 0 11 12 9E 34 3F
Octal 160 322 256 57 0 21 22 236 64 77
Binary 1110000 11010010 10101110 101111 0 10001 10010 10011110 110100 111111

Color Harmonies of #70D2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D2AE

Black with #70D2AE

Text Example


Text Example

White with #70D2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,210,174); }

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

background-color css

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

 a { background-color: rgb(112,210,174); }

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

border-color css

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

 span { border-color: rgb(112,210,174); }

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