Html Css Color HEX #70D9AF Medium Aquamarine

📋 copy color: '#70D9AF'

red 112 ◦ green 217 ◦ blue 175

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

Shades of Medium Aquamarine #70D9AF

Tints of Medium Aquamarine #70D9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.06%

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

R = 22.22%
G = 43.06%
B = 34.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#70D9AF (or 0x70D9AF) is known color: Medium Aquamarine. HEX triplet: 70, D9 and AF. RGB value is (112,217,175). Sum of RGB (Red+Green+Blue) = 112+217+175=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #70D9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D9AF is #8F2650. Grayscale: #B4B4B4. Windows color (decimal): -9381457 or 11524464. OLE color: 11524464.

HSL color Cylindrical-coordinate representation of color #70D9AF: hue angle of 156º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D9AF is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 217 175 -
CMYK 0.48 0 0.19 0.15
HSL 156º 0.58% 0.65% -
HSV(B) 156º 0.48% 0.85% -
XYZ 39.23 56.17 49.33 -
YUV 180.82 124.71 78.92 -
System Red Green Blue C M Y K H S L
Decimal 112 217 175 0.48 0 0.19 0.15 156 0.58 0.65
Hex 70 D9 AF 30 0 13 F 9C 3A 41
Octal 160 331 257 60 0 23 17 234 72 101
Binary 1110000 11011001 10101111 110000 0 10011 1111 10011100 111010 1000001

Color Harmonies of #70D9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D9AF

Black with #70D9AF

Text Example


Text Example

White with #70D9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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