Html Css Color HEX #70DAD2 Downy

📋 copy color: '#70DAD2'

red 112 ◦ green 218 ◦ blue 210

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

Shades of Downy #70DAD2

Tints of Downy #70DAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.89%

R = 20.74%
G = 40.37%
B = 38.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#70DAD2 (or 0x70DAD2) is known color: Downy. HEX triplet: 70, DA and D2. RGB value is (112,218,210). Sum of RGB (Red+Green+Blue) = 112+218+210=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DAD2 is #8F252D. Grayscale: #B9B9B9. Windows color (decimal): -9381166 or 13818480. OLE color: 13818480.

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

Color convert

RGB 112 218 210 -
CMYK 0.49 0 0.04 0.15
HSL 175.47º 0.59% 0.65% -
HSV(B) 175.47º 0.49% 0.85% -
XYZ 43.39 58.24 69.93 -
YUV 185.39 141.88 75.65 -
System Red Green Blue C M Y K H S L
Decimal 112 218 210 0.49 0 0.04 0.15 175.47 0.59 0.65
Hex 70 DA D2 31 0 4 F AF 3B 41
Octal 160 332 322 61 0 4 17 257 73 101
Binary 1110000 11011010 11010010 110001 0 100 1111 10101111 111011 1000001

Color Harmonies of #70DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DAD2

Black with #70DAD2

Text Example


Text Example

White with #70DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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