Html Css Color HEX #70DCC0 Downy

📋 copy color: '#70DCC0'

red 112 ◦ green 220 ◦ blue 192

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

Shades of Downy #70DCC0

Tints of Downy #70DCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.64%

R = 21.37%
G = 41.98%
B = 36.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#70DCC0 (or 0x70DCC0) is known color: Downy. HEX triplet: 70, DC and C0. RGB value is (112,220,192). Sum of RGB (Red+Green+Blue) = 112+220+192=524 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.37% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCC0 is #8F233F. Grayscale: #B8B8B8. Windows color (decimal): -9380672 or 12639344. OLE color: 12639344.

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

Color convert

RGB 112 220 192 -
CMYK 0.49 0 0.13 0.14
HSL 164.44º 0.61% 0.65% -
HSV(B) 164.44º 0.49% 0.86% -
XYZ 41.79 58.44 58.95 -
YUV 184.52 132.22 76.28 -
System Red Green Blue C M Y K H S L
Decimal 112 220 192 0.49 0 0.13 0.14 164.44 0.61 0.65
Hex 70 DC C0 31 0 D E A4 3D 41
Octal 160 334 300 61 0 15 16 244 75 101
Binary 1110000 11011100 11000000 110001 0 1101 1110 10100100 111101 1000001

Color Harmonies of #70DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCC0

Black with #70DCC0

Text Example


Text Example

White with #70DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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