Html Css Color HEX #70DEC6 Downy

📋 copy color: '#70DEC6'

red 112 ◦ green 222 ◦ blue 198

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

Shades of Downy #70DEC6

Tints of Downy #70DEC6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.73%

 BLUE value IS 198 (77.73% from 255) = 37.22%

R = 21.05%
G = 41.73%
B = 37.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#70DEC6 (or 0x70DEC6) is known color: Downy. HEX triplet: 70, DE and C6. RGB value is (112,222,198). Sum of RGB (Red+Green+Blue) = 112+222+198=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DEC6 is #8F2139. Grayscale: #BABABA. Windows color (decimal): -9380154 or 13033072. OLE color: 13033072.

HSL color Cylindrical-coordinate representation of color #70DEC6: hue angle of 166.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DEC6 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 222 198 -
CMYK 0.50 0 0.11 0.13
HSL 166.91º 0.63% 0.65% -
HSV(B) 166.91º 0.5% 0.87% -
XYZ 43 59.76 62.7 -
YUV 186.37 134.56 74.95 -
System Red Green Blue C M Y K H S L
Decimal 112 222 198 0.50 0 0.11 0.13 166.91 0.63 0.65
Hex 70 DE C6 32 0 B D A7 3E 41
Octal 160 336 306 62 0 13 15 247 76 101
Binary 1110000 11011110 11000110 110010 0 1011 1101 10100111 111110 1000001

Color Harmonies of #70DEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DEC6

Black with #70DEC6

Text Example


Text Example

White with #70DEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,222,198); }

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

background-color css

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

 a { background-color: rgb(112,222,198); }

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

border-color css

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

 span { border-color: rgb(112,222,198); }

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