Html Css Color HEX #70DAC9 Downy

📋 copy color: '#70DAC9'

red 112 ◦ green 218 ◦ blue 201

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

Shades of Downy #70DAC9

Tints of Downy #70DAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.85%

R = 21.09%
G = 41.05%
B = 37.85%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#70DAC9 (or 0x70DAC9) is known color: Downy. HEX triplet: 70, DA and C9. RGB value is (112,218,201). Sum of RGB (Red+Green+Blue) = 112+218+201=531 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.09% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DAC9 is #8F2536. Grayscale: #B8B8B8. Windows color (decimal): -9381175 or 13228656. OLE color: 13228656.

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

Color convert

RGB 112 218 201 -
CMYK 0.49 0 0.08 0.15
HSL 170.38º 0.59% 0.65% -
HSV(B) 170.38º 0.49% 0.85% -
XYZ 42.3 57.8 64.19 -
YUV 184.37 137.38 76.38 -
System Red Green Blue C M Y K H S L
Decimal 112 218 201 0.49 0 0.08 0.15 170.38 0.59 0.65
Hex 70 DA C9 31 0 8 F AA 3B 41
Octal 160 332 311 61 0 10 17 252 73 101
Binary 1110000 11011010 11001001 110001 0 1000 1111 10101010 111011 1000001

Color Harmonies of #70DAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DAC9

Black with #70DAC9

Text Example


Text Example

White with #70DAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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