Html Css Color HEX #70EDAB Medium Aquamarine

📋 copy color: '#70EDAB'

red 112 ◦ green 237 ◦ blue 171

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

Shades of Medium Aquamarine #70EDAB

Tints of Medium Aquamarine #70EDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.88%

R = 21.54%
G = 45.58%
B = 32.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#70EDAB (or 0x70EDAB) is known color: Medium Aquamarine. HEX triplet: 70, ED and AB. RGB value is (112,237,171). Sum of RGB (Red+Green+Blue) = 112+237+171=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EDAB is #8F1254. Grayscale: #C0C0C0. Windows color (decimal): -9376341 or 11267440. OLE color: 11267440.

HSL color Cylindrical-coordinate representation of color #70EDAB: hue angle of 148.32º 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 #70EDAB is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 237 171 -
CMYK 0.53 0 0.28 0.07
HSL 148.32º 0.78% 0.68% -
HSV(B) 148.32º 0.53% 0.93% -
XYZ 44.32 66.95 49.12 -
YUV 192.1 116.09 70.87 -
System Red Green Blue C M Y K H S L
Decimal 112 237 171 0.53 0 0.28 0.07 148.32 0.78 0.68
Hex 70 ED AB 35 0 1C 7 94 4E 44
Octal 160 355 253 65 0 34 7 224 116 104
Binary 1110000 11101101 10101011 110101 0 11100 111 10010100 1001110 1000100

Color Harmonies of #70EDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EDAB

Black with #70EDAB

Text Example


Text Example

White with #70EDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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