Html Css Color HEX #70D8AE Medium Aquamarine

📋 copy color: '#70D8AE'

red 112 ◦ green 216 ◦ blue 174

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

Shades of Medium Aquamarine #70D8AE

Tints of Medium Aquamarine #70D8AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.66%

R = 22.31%
G = 43.03%
B = 34.66%

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

#70D8AE (or 0x70D8AE) is known color: Medium Aquamarine. HEX triplet: 70, D8 and AE. RGB value is (112,216,174). Sum of RGB (Red+Green+Blue) = 112+216+174=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D8AE is #8F2751. Grayscale: #B4B4B4. Windows color (decimal): -9381714 or 11458672. OLE color: 11458672.

HSL color Cylindrical-coordinate representation of color #70D8AE: hue angle of 155.77º 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 #70D8AE is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 216 174 -
CMYK 0.48 0 0.19 0.15
HSL 155.77º 0.57% 0.64% -
HSV(B) 155.77º 0.48% 0.85% -
XYZ 38.88 55.61 48.73 -
YUV 180.12 124.54 79.42 -
System Red Green Blue C M Y K H S L
Decimal 112 216 174 0.48 0 0.19 0.15 155.77 0.57 0.64
Hex 70 D8 AE 30 0 13 F 9C 39 40
Octal 160 330 256 60 0 23 17 234 71 100
Binary 1110000 11011000 10101110 110000 0 10011 1111 10011100 111001 1000000

Color Harmonies of #70D8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D8AE

Black with #70D8AE

Text Example


Text Example

White with #70D8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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