Html Css Color HEX #70DAC4 Downy

📋 copy color: '#70DAC4'

red 112 ◦ green 218 ◦ blue 196

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

Shades of Downy #70DAC4

Tints of Downy #70DAC4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.44%

 BLUE value IS 196 (76.95% from 255) = 37.26%

R = 21.29%
G = 41.44%
B = 37.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#70DAC4 (or 0x70DAC4) is known color: Downy. HEX triplet: 70, DA and C4. RGB value is (112,218,196). Sum of RGB (Red+Green+Blue) = 112+218+196=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DAC4 is #8F253B. Grayscale: #B7B7B7. Windows color (decimal): -9381180 or 12900976. OLE color: 12900976.

HSL color Cylindrical-coordinate representation of color #70DAC4: hue angle of 167.55º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DAC4 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 218 196 -
CMYK 0.49 0 0.10 0.15
HSL 167.55º 0.59% 0.65% -
HSV(B) 167.55º 0.49% 0.85% -
XYZ 41.72 57.57 61.14 -
YUV 183.8 134.88 76.79 -
System Red Green Blue C M Y K H S L
Decimal 112 218 196 0.49 0 0.10 0.15 167.55 0.59 0.65
Hex 70 DA C4 31 0 A F A8 3B 41
Octal 160 332 304 61 0 12 17 250 73 101
Binary 1110000 11011010 11000100 110001 0 1010 1111 10101000 111011 1000001

Color Harmonies of #70DAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DAC4

Black with #70DAC4

Text Example


Text Example

White with #70DAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,218,196); }

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

background-color css

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

 a { background-color: rgb(112,218,196); }

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

border-color css

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

 span { border-color: rgb(112,218,196); }

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