Html Css Color HEX #70F7AA Medium Aquamarine

📋 copy color: '#70F7AA'

red 112 ◦ green 247 ◦ blue 170

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

Shades of Medium Aquamarine #70F7AA

Tints of Medium Aquamarine #70F7AA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.69%

 BLUE value IS 170 (66.8% from 255) = 32.14%

R = 21.17%
G = 46.69%
B = 32.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#70F7AA (or 0x70F7AA) is known color: Medium Aquamarine. HEX triplet: 70, F7 and AA. RGB value is (112,247,170). Sum of RGB (Red+Green+Blue) = 112+247+170=529 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.17% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #70F7AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F7AA is #8F0855. Grayscale: #C6C6C6. Windows color (decimal): -9373782 or 11204464. OLE color: 11204464.

HSL color Cylindrical-coordinate representation of color #70F7AA: hue angle of 145.78º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F7AA is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 247 170 -
CMYK 0.55 0 0.31 0.03
HSL 145.78º 0.89% 0.7% -
HSV(B) 145.78º 0.55% 0.97% -
XYZ 47.2 72.87 49.61 -
YUV 197.86 112.27 66.76 -
System Red Green Blue C M Y K H S L
Decimal 112 247 170 0.55 0 0.31 0.03 145.78 0.89 0.7
Hex 70 F7 AA 37 0 1F 3 92 59 46
Octal 160 367 252 67 0 37 3 222 131 106
Binary 1110000 11110111 10101010 110111 0 11111 11 10010010 1011001 1000110

Color Harmonies of #70F7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F7AA

Black with #70F7AA

Text Example


Text Example

White with #70F7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,247,170); }

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

background-color css

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

 a { background-color: rgb(112,247,170); }

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

border-color css

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

 span { border-color: rgb(112,247,170); }

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