Html Css Color HEX #70DDC4 Downy

📋 copy color: '#70DDC4'

red 112 ◦ green 221 ◦ blue 196

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

Shades of Downy #70DDC4

Tints of Downy #70DDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.78%

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

R = 21.17%
G = 41.78%
B = 37.05%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#70DDC4 (or 0x70DDC4) is known color: Downy. HEX triplet: 70, DD and C4. RGB value is (112,221,196). Sum of RGB (Red+Green+Blue) = 112+221+196=529 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.17% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDC4 is #8F223B. Grayscale: #B9B9B9. Windows color (decimal): -9380412 or 12901744. OLE color: 12901744.

HSL color Cylindrical-coordinate representation of color #70DDC4: hue angle of 166.24º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DDC4 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 221 196 -
CMYK 0.49 0 0.11 0.13
HSL 166.24º 0.62% 0.65% -
HSV(B) 166.24º 0.49% 0.87% -
XYZ 42.5 59.14 61.4 -
YUV 185.56 133.89 75.53 -
System Red Green Blue C M Y K H S L
Decimal 112 221 196 0.49 0 0.11 0.13 166.24 0.62 0.65
Hex 70 DD C4 31 0 B D A6 3E 41
Octal 160 335 304 61 0 13 15 246 76 101
Binary 1110000 11011101 11000100 110001 0 1011 1101 10100110 111110 1000001

Color Harmonies of #70DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDC4

Black with #70DDC4

Text Example


Text Example

White with #70DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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