Html Css Color HEX #70E4A5 Medium Aquamarine

📋 copy color: '#70E4A5'

red 112 ◦ green 228 ◦ blue 165

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

Shades of Medium Aquamarine #70E4A5

Tints of Medium Aquamarine #70E4A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.67%

R = 22.18%
G = 45.15%
B = 32.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#70E4A5 (or 0x70E4A5) is known color: Medium Aquamarine. HEX triplet: 70, E4 and A5. RGB value is (112,228,165). Sum of RGB (Red+Green+Blue) = 112+228+165=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #70E4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E4A5 is #8F1B5A. Grayscale: #BABABA. Windows color (decimal): -9378651 or 10871920. OLE color: 10871920.

HSL color Cylindrical-coordinate representation of color #70E4A5: hue angle of 147.41º 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 #70E4A5 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 228 165 -
CMYK 0.51 0 0.28 0.11
HSL 147.41º 0.68% 0.67% -
HSV(B) 147.41º 0.51% 0.89% -
XYZ 41.22 61.65 45.32 -
YUV 186.13 116.07 75.12 -
System Red Green Blue C M Y K H S L
Decimal 112 228 165 0.51 0 0.28 0.11 147.41 0.68 0.67
Hex 70 E4 A5 33 0 1C B 93 44 43
Octal 160 344 245 63 0 34 13 223 104 103
Binary 1110000 11100100 10100101 110011 0 11100 1011 10010011 1000100 1000011

Color Harmonies of #70E4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E4A5

Black with #70E4A5

Text Example


Text Example

White with #70E4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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