Html Css Color HEX #70E8B2 Medium Aquamarine

📋 copy color: '#70E8B2'

red 112 ◦ green 232 ◦ blue 178

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

Shades of Medium Aquamarine #70E8B2

Tints of Medium Aquamarine #70E8B2

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.44%

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

R = 21.46%
G = 44.44%
B = 34.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#70E8B2 (or 0x70E8B2) is known color: Medium Aquamarine. HEX triplet: 70, E8 and B2. RGB value is (112,232,178). Sum of RGB (Red+Green+Blue) = 112+232+178=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 232 (91.02% from 255 or 44.44% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 232 - color contains mainly: green. Hex color #70E8B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E8B2 is #8F174D. Grayscale: #BEBEBE. Windows color (decimal): -9377614 or 11724912. OLE color: 11724912.

HSL color Cylindrical-coordinate representation of color #70E8B2: hue angle of 153º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E8B2 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 232 178 -
CMYK 0.52 0 0.23 0.09
HSL 153º 0.72% 0.67% -
HSV(B) 153º 0.52% 0.91% -
XYZ 43.57 64.37 52.25 -
YUV 189.96 121.24 72.39 -
System Red Green Blue C M Y K H S L
Decimal 112 232 178 0.52 0 0.23 0.09 153 0.72 0.67
Hex 70 E8 B2 34 0 17 9 99 48 43
Octal 160 350 262 64 0 27 11 231 110 103
Binary 1110000 11101000 10110010 110100 0 10111 1001 10011001 1001000 1000011

Color Harmonies of #70E8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E8B2

Black with #70E8B2

Text Example


Text Example

White with #70E8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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