Html Css Color HEX #70DCCC Downy

📋 copy color: '#70DCCC'

red 112 ◦ green 220 ◦ blue 204

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

Shades of Downy #70DCCC

Tints of Downy #70DCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 20.9%
G = 41.04%
B = 38.06%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#70DCCC (or 0x70DCCC) is known color: Downy. HEX triplet: 70, DC and CC. RGB value is (112,220,204). Sum of RGB (Red+Green+Blue) = 112+220+204=536 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.90% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCCC is #8F2333. Grayscale: #B9B9B9. Windows color (decimal): -9380660 or 13425776. OLE color: 13425776.

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

Color convert

RGB 112 220 204 -
CMYK 0.49 0 0.07 0.14
HSL 171.11º 0.61% 0.65% -
HSV(B) 171.11º 0.49% 0.86% -
XYZ 43.17 58.99 66.24 -
YUV 185.88 138.22 75.3 -
System Red Green Blue C M Y K H S L
Decimal 112 220 204 0.49 0 0.07 0.14 171.11 0.61 0.65
Hex 70 DC CC 31 0 7 E AB 3D 41
Octal 160 334 314 61 0 7 16 253 75 101
Binary 1110000 11011100 11001100 110001 0 111 1110 10101011 111101 1000001

Color Harmonies of #70DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCCC

Black with #70DCCC

Text Example


Text Example

White with #70DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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