Html Css Color HEX #70EED8 Aquamarine

📋 copy color: '#70EED8'

red 112 ◦ green 238 ◦ blue 216

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

Shades of Aquamarine #70EED8

Tints of Aquamarine #70EED8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.05%

 BLUE value IS 216 (84.77% from 255) = 38.16%

R = 19.79%
G = 42.05%
B = 38.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#70EED8 (or 0x70EED8) is known color: Aquamarine. HEX triplet: 70, EE and D8. RGB value is (112,238,216). Sum of RGB (Red+Green+Blue) = 112+238+216=566 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.79% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #70EED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EED8 is #8F1127. Grayscale: #C5C5C5. Windows color (decimal): -9376040 or 14216816. OLE color: 14216816.

HSL color Cylindrical-coordinate representation of color #70EED8: hue angle of 169.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EED8 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 238 216 -
CMYK 0.53 0 0.09 0.07
HSL 169.52º 0.79% 0.69% -
HSV(B) 169.52º 0.53% 0.93% -
XYZ 49.65 69.55 75.77 -
YUV 197.82 138.26 66.79 -
System Red Green Blue C M Y K H S L
Decimal 112 238 216 0.53 0 0.09 0.07 169.52 0.79 0.69
Hex 70 EE D8 35 0 9 7 AA 4F 45
Octal 160 356 330 65 0 11 7 252 117 105
Binary 1110000 11101110 11011000 110101 0 1001 111 10101010 1001111 1000101

Color Harmonies of #70EED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EED8

Black with #70EED8

Text Example


Text Example

White with #70EED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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