Html Css Color HEX #70D8C0 Downy

📋 copy color: '#70D8C0'

red 112 ◦ green 216 ◦ blue 192

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

Shades of Downy #70D8C0

Tints of Downy #70D8C0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.54%

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

R = 21.54%
G = 41.54%
B = 36.92%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#70D8C0 (or 0x70D8C0) is known color: Downy. HEX triplet: 70, D8 and C0. RGB value is (112,216,192). Sum of RGB (Red+Green+Blue) = 112+216+192=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D8C0 is #8F273F. Grayscale: #B6B6B6. Windows color (decimal): -9381696 or 12638320. OLE color: 12638320.

HSL color Cylindrical-coordinate representation of color #70D8C0: hue angle of 166.15º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D8C0 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 216 192 -
CMYK 0.48 0 0.11 0.15
HSL 166.15º 0.57% 0.64% -
HSV(B) 166.15º 0.48% 0.85% -
XYZ 40.75 56.36 58.6 -
YUV 182.17 133.54 77.95 -
System Red Green Blue C M Y K H S L
Decimal 112 216 192 0.48 0 0.11 0.15 166.15 0.57 0.64
Hex 70 D8 C0 30 0 B F A6 39 40
Octal 160 330 300 60 0 13 17 246 71 100
Binary 1110000 11011000 11000000 110000 0 1011 1111 10100110 111001 1000000

Color Harmonies of #70D8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D8C0

Black with #70D8C0

Text Example


Text Example

White with #70D8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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