Html Css Color HEX #70DCC3 Downy

📋 copy color: '#70DCC3'

red 112 ◦ green 220 ◦ blue 195

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

Shades of Downy #70DCC3

Tints of Downy #70DCC3

RGB

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

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

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

R = 21.25%
G = 41.75%
B = 37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#70DCC3 (or 0x70DCC3) is known color: Downy. HEX triplet: 70, DC and C3. RGB value is (112,220,195). Sum of RGB (Red+Green+Blue) = 112+220+195=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCC3 is #8F233C. Grayscale: #B8B8B8. Windows color (decimal): -9380669 or 12835952. OLE color: 12835952.

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

Color convert

RGB 112 220 195 -
CMYK 0.49 0 0.11 0.14
HSL 166.11º 0.61% 0.65% -
HSV(B) 166.11º 0.49% 0.86% -
XYZ 42.13 58.57 60.71 -
YUV 184.86 133.72 76.03 -
System Red Green Blue C M Y K H S L
Decimal 112 220 195 0.49 0 0.11 0.14 166.11 0.61 0.65
Hex 70 DC C3 31 0 B E A6 3D 41
Octal 160 334 303 61 0 13 16 246 75 101
Binary 1110000 11011100 11000011 110001 0 1011 1110 10100110 111101 1000001

Color Harmonies of #70DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCC3

Black with #70DCC3

Text Example


Text Example

White with #70DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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