Html Css Color HEX #70EFAB Medium Aquamarine

📋 copy color: '#70EFAB'

red 112 ◦ green 239 ◦ blue 171

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

Shades of Medium Aquamarine #70EFAB

Tints of Medium Aquamarine #70EFAB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.79%

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

R = 21.46%
G = 45.79%
B = 32.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#70EFAB (or 0x70EFAB) is known color: Medium Aquamarine. HEX triplet: 70, EF and AB. RGB value is (112,239,171). Sum of RGB (Red+Green+Blue) = 112+239+171=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EFAB is #8F1054. Grayscale: #C1C1C1. Windows color (decimal): -9375829 or 11267952. OLE color: 11267952.

HSL color Cylindrical-coordinate representation of color #70EFAB: hue angle of 147.87º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EFAB is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 239 171 -
CMYK 0.53 0 0.28 0.06
HSL 147.87º 0.8% 0.69% -
HSV(B) 147.87º 0.53% 0.94% -
XYZ 44.9 68.12 49.31 -
YUV 193.28 115.42 70.03 -
System Red Green Blue C M Y K H S L
Decimal 112 239 171 0.53 0 0.28 0.06 147.87 0.8 0.69
Hex 70 EF AB 35 0 1C 6 94 50 45
Octal 160 357 253 65 0 34 6 224 120 105
Binary 1110000 11101111 10101011 110101 0 11100 110 10010100 1010000 1000101

Color Harmonies of #70EFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EFAB

Black with #70EFAB

Text Example


Text Example

White with #70EFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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