Html Css Color HEX #70D1AF Medium Aquamarine

📋 copy color: '#70D1AF'

red 112 ◦ green 209 ◦ blue 175

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

Shades of Medium Aquamarine #70D1AF

Tints of Medium Aquamarine #70D1AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.28%

R = 22.58%
G = 42.14%
B = 35.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#70D1AF (or 0x70D1AF) is known color: Medium Aquamarine. HEX triplet: 70, D1 and AF. RGB value is (112,209,175). Sum of RGB (Red+Green+Blue) = 112+209+175=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #70D1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D1AF is #8F2E50. Grayscale: #B0B0B0. Windows color (decimal): -9383505 or 11522416. OLE color: 11522416.

HSL color Cylindrical-coordinate representation of color #70D1AF: hue angle of 158.97º 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 #70D1AF is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 209 175 -
CMYK 0.46 0 0.16 0.18
HSL 158.97º 0.51% 0.63% -
HSV(B) 158.97º 0.46% 0.82% -
XYZ 37.22 52.14 48.66 -
YUV 176.12 127.36 82.26 -
System Red Green Blue C M Y K H S L
Decimal 112 209 175 0.46 0 0.16 0.18 158.97 0.51 0.63
Hex 70 D1 AF 2E 0 10 12 9F 33 3F
Octal 160 321 257 56 0 20 22 237 63 77
Binary 1110000 11010001 10101111 101110 0 10000 10010 10011111 110011 111111

Color Harmonies of #70D1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D1AF

Black with #70D1AF

Text Example


Text Example

White with #70D1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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