Html Css Color HEX #70EEB0 Medium Aquamarine

📋 copy color: '#70EEB0'

red 112 ◦ green 238 ◦ blue 176

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

Shades of Medium Aquamarine #70EEB0

Tints of Medium Aquamarine #70EEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.46%

R = 21.29%
G = 45.25%
B = 33.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#70EEB0 (or 0x70EEB0) is known color: Medium Aquamarine. HEX triplet: 70, EE and B0. RGB value is (112,238,176). Sum of RGB (Red+Green+Blue) = 112+238+176=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EEB0 is #8F114F. Grayscale: #C1C1C1. Windows color (decimal): -9376080 or 11595376. OLE color: 11595376.

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

Color convert

RGB 112 238 176 -
CMYK 0.53 0 0.26 0.07
HSL 150.48º 0.79% 0.69% -
HSV(B) 150.48º 0.53% 0.93% -
XYZ 45.09 67.73 51.77 -
YUV 193.26 118.26 70.04 -
System Red Green Blue C M Y K H S L
Decimal 112 238 176 0.53 0 0.26 0.07 150.48 0.79 0.69
Hex 70 EE B0 35 0 1A 7 96 4F 45
Octal 160 356 260 65 0 32 7 226 117 105
Binary 1110000 11101110 10110000 110101 0 11010 111 10010110 1001111 1000101

Color Harmonies of #70EEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EEB0

Black with #70EEB0

Text Example


Text Example

White with #70EEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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