Html Css Color HEX #70E6AB Medium Aquamarine

📋 copy color: '#70E6AB'

red 112 ◦ green 230 ◦ blue 171

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

Shades of Medium Aquamarine #70E6AB

Tints of Medium Aquamarine #70E6AB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.83%

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 21.83%
G = 44.83%
B = 33.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#70E6AB (or 0x70E6AB) is known color: Medium Aquamarine. HEX triplet: 70, E6 and AB. RGB value is (112,230,171). Sum of RGB (Red+Green+Blue) = 112+230+171=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #70E6AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E6AB is #8F1954. Grayscale: #BCBCBC. Windows color (decimal): -9378133 or 11265648. OLE color: 11265648.

HSL color Cylindrical-coordinate representation of color #70E6AB: hue angle of 150º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E6AB is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 230 171 -
CMYK 0.51 0 0.26 0.10
HSL 150º 0.7% 0.67% -
HSV(B) 150º 0.51% 0.9% -
XYZ 42.33 62.98 48.45 -
YUV 187.99 118.41 73.8 -
System Red Green Blue C M Y K H S L
Decimal 112 230 171 0.51 0 0.26 0.10 150 0.7 0.67
Hex 70 E6 AB 33 0 1A A 96 46 43
Octal 160 346 253 63 0 32 12 226 106 103
Binary 1110000 11100110 10101011 110011 0 11010 1010 10010110 1000110 1000011

Color Harmonies of #70E6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E6AB

Black with #70E6AB

Text Example


Text Example

White with #70E6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,230,171); }

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

background-color css

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

 a { background-color: rgb(112,230,171); }

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

border-color css

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

 span { border-color: rgb(112,230,171); }

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