Html Css Color HEX #70DCB7 Downy

📋 copy color: '#70DCB7'

red 112 ◦ green 220 ◦ blue 183

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

Shades of Downy #70DCB7

Tints of Downy #70DCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.53%

R = 21.75%
G = 42.72%
B = 35.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#70DCB7 (or 0x70DCB7) is known color: Downy. HEX triplet: 70, DC and B7. RGB value is (112,220,183). Sum of RGB (Red+Green+Blue) = 112+220+183=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCB7 is #8F2348. Grayscale: #B7B7B7. Windows color (decimal): -9380681 or 12049520. OLE color: 12049520.

HSL color Cylindrical-coordinate representation of color #70DCB7: hue angle of 159.44º 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 #70DCB7 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 220 183 -
CMYK 0.49 0 0.17 0.14
HSL 159.44º 0.61% 0.65% -
HSV(B) 159.44º 0.49% 0.86% -
XYZ 40.82 58.05 53.85 -
YUV 183.49 127.72 77.01 -
System Red Green Blue C M Y K H S L
Decimal 112 220 183 0.49 0 0.17 0.14 159.44 0.61 0.65
Hex 70 DC B7 31 0 11 E 9F 3D 41
Octal 160 334 267 61 0 21 16 237 75 101
Binary 1110000 11011100 10110111 110001 0 10001 1110 10011111 111101 1000001

Color Harmonies of #70DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCB7

Black with #70DCB7

Text Example


Text Example

White with #70DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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