Html Css Color HEX #70DCB5 Downy

📋 copy color: '#70DCB5'

red 112 ◦ green 220 ◦ blue 181

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

Shades of Downy #70DCB5

Tints of Downy #70DCB5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.88%

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

R = 21.83%
G = 42.88%
B = 35.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#70DCB5 (or 0x70DCB5) is known color: Downy. HEX triplet: 70, DC and B5. RGB value is (112,220,181). Sum of RGB (Red+Green+Blue) = 112+220+181=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCB5 is #8F234A. Grayscale: #B7B7B7. Windows color (decimal): -9380683 or 11918448. OLE color: 11918448.

HSL color Cylindrical-coordinate representation of color #70DCB5: hue angle of 158.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DCB5 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 220 181 -
CMYK 0.49 0 0.18 0.14
HSL 158.33º 0.61% 0.65% -
HSV(B) 158.33º 0.49% 0.86% -
XYZ 40.62 57.97 52.76 -
YUV 183.26 126.72 77.17 -
System Red Green Blue C M Y K H S L
Decimal 112 220 181 0.49 0 0.18 0.14 158.33 0.61 0.65
Hex 70 DC B5 31 0 12 E 9E 3D 41
Octal 160 334 265 61 0 22 16 236 75 101
Binary 1110000 11011100 10110101 110001 0 10010 1110 10011110 111101 1000001

Color Harmonies of #70DCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCB5

Black with #70DCB5

Text Example


Text Example

White with #70DCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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