Html Css Color HEX #70DFB1 Medium Aquamarine

📋 copy color: '#70DFB1'

red 112 ◦ green 223 ◦ blue 177

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

Shades of Medium Aquamarine #70DFB1

Tints of Medium Aquamarine #70DFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.57%

R = 21.88%
G = 43.55%
B = 34.57%

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

#70DFB1 (or 0x70DFB1) is known color: Medium Aquamarine. HEX triplet: 70, DF and B1. RGB value is (112,223,177). Sum of RGB (Red+Green+Blue) = 112+223+177=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DFB1 is #8F204E. Grayscale: #B8B8B8. Windows color (decimal): -9379919 or 11657072. OLE color: 11657072.

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

Color convert

RGB 112 223 177 -
CMYK 0.50 0 0.21 0.13
HSL 155.14º 0.63% 0.66% -
HSV(B) 155.14º 0.5% 0.87% -
XYZ 41.01 59.39 50.9 -
YUV 184.57 123.73 76.24 -
System Red Green Blue C M Y K H S L
Decimal 112 223 177 0.50 0 0.21 0.13 155.14 0.63 0.66
Hex 70 DF B1 32 0 15 D 9B 3F 42
Octal 160 337 261 62 0 25 15 233 77 102
Binary 1110000 11011111 10110001 110010 0 10101 1101 10011011 111111 1000010

Color Harmonies of #70DFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFB1

Black with #70DFB1

Text Example


Text Example

White with #70DFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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