Html Css Color HEX #70E4B1 Medium Aquamarine

📋 copy color: '#70E4B1'

red 112 ◦ green 228 ◦ blue 177

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

Shades of Medium Aquamarine #70E4B1

Tints of Medium Aquamarine #70E4B1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.1%

 BLUE value IS 177 (69.53% from 255) = 34.24%

R = 21.66%
G = 44.1%
B = 34.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#70E4B1 (or 0x70E4B1) is known color: Medium Aquamarine. HEX triplet: 70, E4 and B1. RGB value is (112,228,177). Sum of RGB (Red+Green+Blue) = 112+228+177=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #70E4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E4B1 is #8F1B4E. Grayscale: #BBBBBB. Windows color (decimal): -9378639 or 11658352. OLE color: 11658352.

HSL color Cylindrical-coordinate representation of color #70E4B1: hue angle of 153.62º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E4B1 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 228 177 -
CMYK 0.51 0 0.22 0.11
HSL 153.62º 0.68% 0.67% -
HSV(B) 153.62º 0.51% 0.89% -
XYZ 42.36 62.11 51.35 -
YUV 187.5 122.07 74.15 -
System Red Green Blue C M Y K H S L
Decimal 112 228 177 0.51 0 0.22 0.11 153.62 0.68 0.67
Hex 70 E4 B1 33 0 16 B 9A 44 43
Octal 160 344 261 63 0 26 13 232 104 103
Binary 1110000 11100100 10110001 110011 0 10110 1011 10011010 1000100 1000011

Color Harmonies of #70E4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E4B1

Black with #70E4B1

Text Example


Text Example

White with #70E4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,228,177); }

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

background-color css

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

 a { background-color: rgb(112,228,177); }

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

border-color css

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

 span { border-color: rgb(112,228,177); }

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