Html Css Color HEX #70F2A2 Medium Aquamarine

📋 copy color: '#70F2A2'

red 112 ◦ green 242 ◦ blue 162

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

Shades of Medium Aquamarine #70F2A2

Tints of Medium Aquamarine #70F2A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.4%

R = 21.71%
G = 46.9%
B = 31.4%

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

#70F2A2 (or 0x70F2A2) is known color: Medium Aquamarine. HEX triplet: 70, F2 and A2. RGB value is (112,242,162). Sum of RGB (Red+Green+Blue) = 112+242+162=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #70F2A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F2A2 is #8F0D5D. Grayscale: #C2C2C2. Windows color (decimal): -9375070 or 10678896. OLE color: 10678896.

HSL color Cylindrical-coordinate representation of color #70F2A2: hue angle of 143.08º 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 #70F2A2 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 242 162 -
CMYK 0.54 0 0.33 0.05
HSL 143.08º 0.83% 0.69% -
HSV(B) 143.08º 0.54% 0.95% -
XYZ 44.96 69.56 45.24 -
YUV 194.01 109.93 69.5 -
System Red Green Blue C M Y K H S L
Decimal 112 242 162 0.54 0 0.33 0.05 143.08 0.83 0.69
Hex 70 F2 A2 36 0 21 5 8F 53 45
Octal 160 362 242 66 0 41 5 217 123 105
Binary 1110000 11110010 10100010 110110 0 100001 101 10001111 1010011 1000101

Color Harmonies of #70F2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F2A2

Black with #70F2A2

Text Example


Text Example

White with #70F2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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