Html Css Color HEX #70D8A8 Medium Aquamarine

📋 copy color: '#70D8A8'

red 112 ◦ green 216 ◦ blue 168

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

Shades of Medium Aquamarine #70D8A8

Tints of Medium Aquamarine #70D8A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.87%

R = 22.58%
G = 43.55%
B = 33.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#70D8A8 (or 0x70D8A8) is known color: Medium Aquamarine. HEX triplet: 70, D8 and A8. RGB value is (112,216,168). Sum of RGB (Red+Green+Blue) = 112+216+168=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D8A8 is #8F2757. Grayscale: #B3B3B3. Windows color (decimal): -9381720 or 11065456. OLE color: 11065456.

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

Color convert

RGB 112 216 168 -
CMYK 0.48 0 0.22 0.15
HSL 152.31º 0.57% 0.64% -
HSV(B) 152.31º 0.48% 0.85% -
XYZ 38.31 55.38 45.72 -
YUV 179.43 121.54 79.9 -
System Red Green Blue C M Y K H S L
Decimal 112 216 168 0.48 0 0.22 0.15 152.31 0.57 0.64
Hex 70 D8 A8 30 0 16 F 98 39 40
Octal 160 330 250 60 0 26 17 230 71 100
Binary 1110000 11011000 10101000 110000 0 10110 1111 10011000 111001 1000000

Color Harmonies of #70D8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D8A8

Black with #70D8A8

Text Example


Text Example

White with #70D8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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