Html Css Color HEX #70E9A1 Medium Aquamarine

📋 copy color: '#70E9A1'

red 112 ◦ green 233 ◦ blue 161

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

Shades of Medium Aquamarine #70E9A1

Tints of Medium Aquamarine #70E9A1

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.05%

 BLUE value IS 161 (63.28% from 255) = 31.82%

R = 22.13%
G = 46.05%
B = 31.82%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#70E9A1 (or 0x70E9A1) is known color: Medium Aquamarine. HEX triplet: 70, E9 and A1. RGB value is (112,233,161). Sum of RGB (Red+Green+Blue) = 112+233+161=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #70E9A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E9A1 is #8F165E. Grayscale: #BCBCBC. Windows color (decimal): -9377375 or 10611056. OLE color: 10611056.

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

Color convert

RGB 112 233 161 -
CMYK 0.52 0 0.31 0.09
HSL 144.3º 0.73% 0.68% -
HSV(B) 144.3º 0.52% 0.91% -
XYZ 42.25 64.3 43.9 -
YUV 188.61 112.41 73.35 -
System Red Green Blue C M Y K H S L
Decimal 112 233 161 0.52 0 0.31 0.09 144.3 0.73 0.68
Hex 70 E9 A1 34 0 1F 9 90 49 44
Octal 160 351 241 64 0 37 11 220 111 104
Binary 1110000 11101001 10100001 110100 0 11111 1001 10010000 1001001 1000100

Color Harmonies of #70E9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E9A1

Black with #70E9A1

Text Example


Text Example

White with #70E9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,233,161); }

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

background-color css

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

 a { background-color: rgb(112,233,161); }

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

border-color css

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

 span { border-color: rgb(112,233,161); }

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