Html Css Color HEX #70DFB3 Medium Aquamarine

📋 copy color: '#70DFB3'

red 112 ◦ green 223 ◦ blue 179

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

Shades of Medium Aquamarine #70DFB3

Tints of Medium Aquamarine #70DFB3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.39%

 BLUE value IS 179 (70.31% from 255) = 34.82%

R = 21.79%
G = 43.39%
B = 34.82%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#70DFB3 (or 0x70DFB3) is known color: Medium Aquamarine. HEX triplet: 70, DF and B3. RGB value is (112,223,179). Sum of RGB (Red+Green+Blue) = 112+223+179=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFB3 is #8F204C. Grayscale: #B8B8B8. Windows color (decimal): -9379917 or 11788144. OLE color: 11788144.

HSL color Cylindrical-coordinate representation of color #70DFB3: hue angle of 156.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DFB3 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 179 -
CMYK 0.50 0 0.20 0.13
HSL 156.22º 0.63% 0.66% -
HSV(B) 156.22º 0.5% 0.87% -
XYZ 41.21 59.47 51.96 -
YUV 184.8 124.73 76.08 -
System Red Green Blue C M Y K H S L
Decimal 112 223 179 0.50 0 0.20 0.13 156.22 0.63 0.66
Hex 70 DF B3 32 0 14 D 9C 3F 42
Octal 160 337 263 62 0 24 15 234 77 102
Binary 1110000 11011111 10110011 110010 0 10100 1101 10011100 111111 1000010

Color Harmonies of #70DFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFB3

Black with #70DFB3

Text Example


Text Example

White with #70DFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,223,179); }

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

background-color css

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

 a { background-color: rgb(112,223,179); }

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

border-color css

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

 span { border-color: rgb(112,223,179); }

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