Html Css Color HEX #70DFB5 Downy

📋 copy color: '#70DFB5'

red 112 ◦ green 223 ◦ blue 181

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

Shades of Downy #70DFB5

Tints of Downy #70DFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.08%

R = 21.71%
G = 43.22%
B = 35.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#70DFB5 (or 0x70DFB5) is known color: Downy. HEX triplet: 70, DF and B5. RGB value is (112,223,181). Sum of RGB (Red+Green+Blue) = 112+223+181=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFB5 is #8F204A. Grayscale: #B9B9B9. Windows color (decimal): -9379915 or 11919216. OLE color: 11919216.

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

Color convert

RGB 112 223 181 -
CMYK 0.50 0 0.19 0.13
HSL 157.3º 0.63% 0.66% -
HSV(B) 157.3º 0.5% 0.87% -
XYZ 41.41 59.56 53.03 -
YUV 185.02 125.73 75.92 -
System Red Green Blue C M Y K H S L
Decimal 112 223 181 0.50 0 0.19 0.13 157.3 0.63 0.66
Hex 70 DF B5 32 0 13 D 9D 3F 42
Octal 160 337 265 62 0 23 15 235 77 102
Binary 1110000 11011111 10110101 110010 0 10011 1101 10011101 111111 1000010

Color Harmonies of #70DFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFB5

Black with #70DFB5

Text Example


Text Example

White with #70DFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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