Html Css Color HEX #70D2AF Medium Aquamarine

📋 copy color: '#70D2AF'

red 112 ◦ green 210 ◦ blue 175

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

Shades of Medium Aquamarine #70D2AF

Tints of Medium Aquamarine #70D2AF

RGB

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

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

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

R = 22.54%
G = 42.25%
B = 35.21%

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

#70D2AF (or 0x70D2AF) is known color: Medium Aquamarine. HEX triplet: 70, D2 and AF. RGB value is (112,210,175). Sum of RGB (Red+Green+Blue) = 112+210+175=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #70D2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D2AF is #8F2D50. Grayscale: #B0B0B0. Windows color (decimal): -9383249 or 11522672. OLE color: 11522672.

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

Color convert

RGB 112 210 175 -
CMYK 0.47 0 0.17 0.18
HSL 158.57º 0.52% 0.63% -
HSV(B) 158.57º 0.47% 0.82% -
XYZ 37.47 52.63 48.74 -
YUV 176.71 127.03 81.85 -
System Red Green Blue C M Y K H S L
Decimal 112 210 175 0.47 0 0.17 0.18 158.57 0.52 0.63
Hex 70 D2 AF 2F 0 11 12 9F 34 3F
Octal 160 322 257 57 0 21 22 237 64 77
Binary 1110000 11010010 10101111 101111 0 10001 10010 10011111 110100 111111

Color Harmonies of #70D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D2AF

Black with #70D2AF

Text Example


Text Example

White with #70D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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