Html Css Color HEX #70D1A7 Medium Aquamarine

📋 copy color: '#70D1A7'

red 112 ◦ green 209 ◦ blue 167

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

Shades of Medium Aquamarine #70D1A7

Tints of Medium Aquamarine #70D1A7

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.83%

 BLUE value IS 167 (65.63% from 255) = 34.22%

R = 22.95%
G = 42.83%
B = 34.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#70D1A7 (or 0x70D1A7) is known color: Medium Aquamarine. HEX triplet: 70, D1 and A7. RGB value is (112,209,167). Sum of RGB (Red+Green+Blue) = 112+209+167=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #70D1A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D1A7 is #8F2E58. Grayscale: #AFAFAF. Windows color (decimal): -9383513 or 10998128. OLE color: 10998128.

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

Color convert

RGB 112 209 167 -
CMYK 0.46 0 0.20 0.18
HSL 154.02º 0.51% 0.63% -
HSV(B) 154.02º 0.46% 0.82% -
XYZ 36.46 51.84 44.64 -
YUV 175.21 123.36 82.92 -
System Red Green Blue C M Y K H S L
Decimal 112 209 167 0.46 0 0.20 0.18 154.02 0.51 0.63
Hex 70 D1 A7 2E 0 14 12 9A 33 3F
Octal 160 321 247 56 0 24 22 232 63 77
Binary 1110000 11010001 10100111 101110 0 10100 10010 10011010 110011 111111

Color Harmonies of #70D1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D1A7

Black with #70D1A7

Text Example


Text Example

White with #70D1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,209,167); }

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

background-color css

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

 a { background-color: rgb(112,209,167); }

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

border-color css

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

 span { border-color: rgb(112,209,167); }

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