Html Css Color HEX #70DBB6 Downy

📋 copy color: '#70DBB6'

red 112 ◦ green 219 ◦ blue 182

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

Shades of Downy #70DBB6

Tints of Downy #70DBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.48%

R = 21.83%
G = 42.69%
B = 35.48%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#70DBB6 (or 0x70DBB6) is known color: Downy. HEX triplet: 70, DB and B6. RGB value is (112,219,182). Sum of RGB (Red+Green+Blue) = 112+219+182=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBB6 is #8F2449. Grayscale: #B6B6B6. Windows color (decimal): -9380938 or 11983728. OLE color: 11983728.

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

Color convert

RGB 112 219 182 -
CMYK 0.49 0 0.17 0.14
HSL 159.25º 0.6% 0.65% -
HSV(B) 159.25º 0.49% 0.86% -
XYZ 40.46 57.49 53.22 -
YUV 182.79 127.55 77.51 -
System Red Green Blue C M Y K H S L
Decimal 112 219 182 0.49 0 0.17 0.14 159.25 0.6 0.65
Hex 70 DB B6 31 0 11 E 9F 3C 41
Octal 160 333 266 61 0 21 16 237 74 101
Binary 1110000 11011011 10110110 110001 0 10001 1110 10011111 111100 1000001

Color Harmonies of #70DBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBB6

Black with #70DBB6

Text Example


Text Example

White with #70DBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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