Html Css Color HEX #70DCC1 Downy

📋 copy color: '#70DCC1'

red 112 ◦ green 220 ◦ blue 193

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

Shades of Downy #70DCC1

Tints of Downy #70DCC1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.9%

 BLUE value IS 193 (75.78% from 255) = 36.76%

R = 21.33%
G = 41.9%
B = 36.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#70DCC1 (or 0x70DCC1) is known color: Downy. HEX triplet: 70, DC and C1. RGB value is (112,220,193). Sum of RGB (Red+Green+Blue) = 112+220+193=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCC1 is #8F233E. Grayscale: #B8B8B8. Windows color (decimal): -9380671 or 12704880. OLE color: 12704880.

HSL color Cylindrical-coordinate representation of color #70DCC1: hue angle of 165º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DCC1 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 220 193 -
CMYK 0.49 0 0.12 0.14
HSL 165º 0.61% 0.65% -
HSV(B) 165º 0.49% 0.86% -
XYZ 41.9 58.48 59.53 -
YUV 184.63 132.72 76.2 -
System Red Green Blue C M Y K H S L
Decimal 112 220 193 0.49 0 0.12 0.14 165 0.61 0.65
Hex 70 DC C1 31 0 C E A5 3D 41
Octal 160 334 301 61 0 14 16 245 75 101
Binary 1110000 11011100 11000001 110001 0 1100 1110 10100101 111101 1000001

Color Harmonies of #70DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCC1

Black with #70DCC1

Text Example


Text Example

White with #70DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,220,193); }

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

background-color css

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

 a { background-color: rgb(112,220,193); }

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

border-color css

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

 span { border-color: rgb(112,220,193); }

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