Html Css Color HEX #70DBC6 Downy

📋 copy color: '#70DBC6'

red 112 ◦ green 219 ◦ blue 198

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

Shades of Downy #70DBC6

Tints of Downy #70DBC6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.4%

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

R = 21.17%
G = 41.4%
B = 37.43%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#70DBC6 (or 0x70DBC6) is known color: Downy. HEX triplet: 70, DB and C6. RGB value is (112,219,198). Sum of RGB (Red+Green+Blue) = 112+219+198=529 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.17% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBC6 is #8F2439. Grayscale: #B8B8B8. Windows color (decimal): -9380922 or 13032304. OLE color: 13032304.

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

Color convert

RGB 112 219 198 -
CMYK 0.49 0 0.10 0.14
HSL 168.22º 0.6% 0.65% -
HSV(B) 168.22º 0.49% 0.86% -
XYZ 42.21 58.18 62.43 -
YUV 184.61 135.55 76.21 -
System Red Green Blue C M Y K H S L
Decimal 112 219 198 0.49 0 0.10 0.14 168.22 0.6 0.65
Hex 70 DB C6 31 0 A E A8 3C 41
Octal 160 333 306 61 0 12 16 250 74 101
Binary 1110000 11011011 11000110 110001 0 1010 1110 10101000 111100 1000001

Color Harmonies of #70DBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBC6

Black with #70DBC6

Text Example


Text Example

White with #70DBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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