Html Css Color HEX #70F2A1 Medium Aquamarine

📋 copy color: '#70F2A1'

red 112 ◦ green 242 ◦ blue 161

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

Shades of Medium Aquamarine #70F2A1

Tints of Medium Aquamarine #70F2A1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.99%

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

R = 21.75%
G = 46.99%
B = 31.26%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#70F2A1 (or 0x70F2A1) is known color: Medium Aquamarine. HEX triplet: 70, F2 and A1. RGB value is (112,242,161). Sum of RGB (Red+Green+Blue) = 112+242+161=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #70F2A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F2A1 is #8F0D5E. Grayscale: #C2C2C2. Windows color (decimal): -9375071 or 10613360. OLE color: 10613360.

HSL color Cylindrical-coordinate representation of color #70F2A1: hue angle of 142.62º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F2A1 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 242 161 -
CMYK 0.54 0 0.33 0.05
HSL 142.62º 0.83% 0.69% -
HSV(B) 142.62º 0.54% 0.95% -
XYZ 44.87 69.52 44.77 -
YUV 193.9 109.43 69.59 -
System Red Green Blue C M Y K H S L
Decimal 112 242 161 0.54 0 0.33 0.05 142.62 0.83 0.69
Hex 70 F2 A1 36 0 21 5 8F 53 45
Octal 160 362 241 66 0 41 5 217 123 105
Binary 1110000 11110010 10100001 110110 0 100001 101 10001111 1010011 1000101

Color Harmonies of #70F2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F2A1

Black with #70F2A1

Text Example


Text Example

White with #70F2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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