Html Css Color HEX #70EDAF Medium Aquamarine

📋 copy color: '#70EDAF'

red 112 ◦ green 237 ◦ blue 175

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

Shades of Medium Aquamarine #70EDAF

Tints of Medium Aquamarine #70EDAF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.23%

 BLUE value IS 175 (68.75% from 255) = 33.4%

R = 21.37%
G = 45.23%
B = 33.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#70EDAF (or 0x70EDAF) is known color: Medium Aquamarine. HEX triplet: 70, ED and AF. RGB value is (112,237,175). Sum of RGB (Red+Green+Blue) = 112+237+175=524 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.37% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EDAF is #8F1250. Grayscale: #C0C0C0. Windows color (decimal): -9376337 or 11529584. OLE color: 11529584.

HSL color Cylindrical-coordinate representation of color #70EDAF: hue angle of 150.24º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EDAF is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 237 175 -
CMYK 0.53 0 0.26 0.07
HSL 150.24º 0.78% 0.68% -
HSV(B) 150.24º 0.53% 0.93% -
XYZ 44.7 67.11 51.15 -
YUV 192.56 118.09 70.54 -
System Red Green Blue C M Y K H S L
Decimal 112 237 175 0.53 0 0.26 0.07 150.24 0.78 0.68
Hex 70 ED AF 35 0 1A 7 96 4E 44
Octal 160 355 257 65 0 32 7 226 116 104
Binary 1110000 11101101 10101111 110101 0 11010 111 10010110 1001110 1000100

Color Harmonies of #70EDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EDAF

Black with #70EDAF

Text Example


Text Example

White with #70EDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,237,175); }

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

background-color css

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

 a { background-color: rgb(112,237,175); }

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

border-color css

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

 span { border-color: rgb(112,237,175); }

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