Html Css Color HEX #70DDC3 Downy

📋 copy color: '#70DDC3'

red 112 ◦ green 221 ◦ blue 195

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

Shades of Downy #70DDC3

Tints of Downy #70DDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.93%

R = 21.21%
G = 41.86%
B = 36.93%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#70DDC3 (or 0x70DDC3) is known color: Downy. HEX triplet: 70, DD and C3. RGB value is (112,221,195). Sum of RGB (Red+Green+Blue) = 112+221+195=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDC3 is #8F223C. Grayscale: #B9B9B9. Windows color (decimal): -9380413 or 12836208. OLE color: 12836208.

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

Color convert

RGB 112 221 195 -
CMYK 0.49 0 0.12 0.13
HSL 165.69º 0.62% 0.65% -
HSV(B) 165.69º 0.49% 0.87% -
XYZ 42.39 59.1 60.8 -
YUV 185.45 133.39 75.61 -
System Red Green Blue C M Y K H S L
Decimal 112 221 195 0.49 0 0.12 0.13 165.69 0.62 0.65
Hex 70 DD C3 31 0 C D A6 3E 41
Octal 160 335 303 61 0 14 15 246 76 101
Binary 1110000 11011101 11000011 110001 0 1100 1101 10100110 111110 1000001

Color Harmonies of #70DDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDC3

Black with #70DDC3

Text Example


Text Example

White with #70DDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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