Html Css Color HEX #70D8AF Medium Aquamarine

📋 copy color: '#70D8AF'

red 112 ◦ green 216 ◦ blue 175

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

Shades of Medium Aquamarine #70D8AF

Tints of Medium Aquamarine #70D8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.94%

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

R = 22.27%
G = 42.94%
B = 34.79%

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

#70D8AF (or 0x70D8AF) is known color: Medium Aquamarine. HEX triplet: 70, D8 and AF. RGB value is (112,216,175). Sum of RGB (Red+Green+Blue) = 112+216+175=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D8AF is #8F2750. Grayscale: #B4B4B4. Windows color (decimal): -9381713 or 11524208. OLE color: 11524208.

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

Color convert

RGB 112 216 175 -
CMYK 0.48 0 0.19 0.15
HSL 156.35º 0.57% 0.64% -
HSV(B) 156.35º 0.48% 0.85% -
XYZ 38.98 55.65 49.25 -
YUV 180.23 125.04 79.33 -
System Red Green Blue C M Y K H S L
Decimal 112 216 175 0.48 0 0.19 0.15 156.35 0.57 0.64
Hex 70 D8 AF 30 0 13 F 9C 39 40
Octal 160 330 257 60 0 23 17 234 71 100
Binary 1110000 11011000 10101111 110000 0 10011 1111 10011100 111001 1000000

Color Harmonies of #70D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D8AF

Black with #70D8AF

Text Example


Text Example

White with #70D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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