Html Css Color HEX #70DAC2 Downy

📋 copy color: '#70DAC2'

red 112 ◦ green 218 ◦ blue 194

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

Shades of Downy #70DAC2

Tints of Downy #70DAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.02%

R = 21.37%
G = 41.6%
B = 37.02%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#70DAC2 (or 0x70DAC2) is known color: Downy. HEX triplet: 70, DA and C2. RGB value is (112,218,194). Sum of RGB (Red+Green+Blue) = 112+218+194=524 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.37% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DAC2 is #8F253D. Grayscale: #B7B7B7. Windows color (decimal): -9381182 or 12769904. OLE color: 12769904.

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

Color convert

RGB 112 218 194 -
CMYK 0.49 0 0.11 0.15
HSL 166.42º 0.59% 0.65% -
HSV(B) 166.42º 0.49% 0.85% -
XYZ 41.49 57.48 59.95 -
YUV 183.57 133.88 76.95 -
System Red Green Blue C M Y K H S L
Decimal 112 218 194 0.49 0 0.11 0.15 166.42 0.59 0.65
Hex 70 DA C2 31 0 B F A6 3B 41
Octal 160 332 302 61 0 13 17 246 73 101
Binary 1110000 11011010 11000010 110001 0 1011 1111 10100110 111011 1000001

Color Harmonies of #70DAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DAC2

Black with #70DAC2

Text Example


Text Example

White with #70DAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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