Html Css Color HEX #70DFB0 Medium Aquamarine

📋 copy color: '#70DFB0'

red 112 ◦ green 223 ◦ blue 176

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

Shades of Medium Aquamarine #70DFB0

Tints of Medium Aquamarine #70DFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.44%

R = 21.92%
G = 43.64%
B = 34.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#70DFB0 (or 0x70DFB0) is known color: Medium Aquamarine. HEX triplet: 70, DF and B0. RGB value is (112,223,176). Sum of RGB (Red+Green+Blue) = 112+223+176=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DFB0 is #8F204F. Grayscale: #B8B8B8. Windows color (decimal): -9379920 or 11591536. OLE color: 11591536.

HSL color Cylindrical-coordinate representation of color #70DFB0: hue angle of 154.59º 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 #70DFB0 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 176 -
CMYK 0.50 0 0.21 0.13
HSL 154.59º 0.63% 0.66% -
HSV(B) 154.59º 0.5% 0.87% -
XYZ 40.91 59.35 50.37 -
YUV 184.45 123.23 76.32 -
System Red Green Blue C M Y K H S L
Decimal 112 223 176 0.50 0 0.21 0.13 154.59 0.63 0.66
Hex 70 DF B0 32 0 15 D 9B 3F 42
Octal 160 337 260 62 0 25 15 233 77 102
Binary 1110000 11011111 10110000 110010 0 10101 1101 10011011 111111 1000010

Color Harmonies of #70DFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFB0

Black with #70DFB0

Text Example


Text Example

White with #70DFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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