Html Css Color HEX #70DAC6 Downy

📋 copy color: '#70DAC6'

red 112 ◦ green 218 ◦ blue 198

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

Shades of Downy #70DAC6

Tints of Downy #70DAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.5%

R = 21.21%
G = 41.29%
B = 37.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#70DAC6 (or 0x70DAC6) is known color: Downy. HEX triplet: 70, DA and C6. RGB value is (112,218,198). Sum of RGB (Red+Green+Blue) = 112+218+198=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DAC6 is #8F2539. Grayscale: #B8B8B8. Windows color (decimal): -9381178 or 13032048. OLE color: 13032048.

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

Color convert

RGB 112 218 198 -
CMYK 0.49 0 0.09 0.15
HSL 168.68º 0.59% 0.65% -
HSV(B) 168.68º 0.49% 0.85% -
XYZ 41.95 57.66 62.35 -
YUV 184.03 135.88 76.63 -
System Red Green Blue C M Y K H S L
Decimal 112 218 198 0.49 0 0.09 0.15 168.68 0.59 0.65
Hex 70 DA C6 31 0 9 F A9 3B 41
Octal 160 332 306 61 0 11 17 251 73 101
Binary 1110000 11011010 11000110 110001 0 1001 1111 10101001 111011 1000001

Color Harmonies of #70DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DAC6

Black with #70DAC6

Text Example


Text Example

White with #70DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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