Html Css Color HEX #70EEB2 Medium Aquamarine

📋 copy color: '#70EEB2'

red 112 ◦ green 238 ◦ blue 178

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

Shades of Medium Aquamarine #70EEB2

Tints of Medium Aquamarine #70EEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.71%

R = 21.21%
G = 45.08%
B = 33.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#70EEB2 (or 0x70EEB2) is known color: Medium Aquamarine. HEX triplet: 70, EE and B2. RGB value is (112,238,178). Sum of RGB (Red+Green+Blue) = 112+238+178=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EEB2 is #8F114D. Grayscale: #C1C1C1. Windows color (decimal): -9376078 or 11726448. OLE color: 11726448.

HSL color Cylindrical-coordinate representation of color #70EEB2: hue angle of 151.43º 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 #70EEB2 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 238 178 -
CMYK 0.53 0 0.25 0.07
HSL 151.43º 0.79% 0.69% -
HSV(B) 151.43º 0.53% 0.93% -
XYZ 45.29 67.81 52.82 -
YUV 193.49 119.26 69.88 -
System Red Green Blue C M Y K H S L
Decimal 112 238 178 0.53 0 0.25 0.07 151.43 0.79 0.69
Hex 70 EE B2 35 0 19 7 97 4F 45
Octal 160 356 262 65 0 31 7 227 117 105
Binary 1110000 11101110 10110010 110101 0 11001 111 10010111 1001111 1000101

Color Harmonies of #70EEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EEB2

Black with #70EEB2

Text Example


Text Example

White with #70EEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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