Html Css Color HEX #70DABB Downy

📋 copy color: '#70DABB'

red 112 ◦ green 218 ◦ blue 187

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

Shades of Downy #70DABB

Tints of Downy #70DABB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.17%

 BLUE value IS 187 (73.44% from 255) = 36.17%

R = 21.66%
G = 42.17%
B = 36.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#70DABB (or 0x70DABB) is known color: Downy. HEX triplet: 70, DA and BB. RGB value is (112,218,187). Sum of RGB (Red+Green+Blue) = 112+218+187=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #70DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DABB is #8F2544. Grayscale: #B6B6B6. Windows color (decimal): -9381189 or 12311152. OLE color: 12311152.

HSL color Cylindrical-coordinate representation of color #70DABB: hue angle of 162.45º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DABB is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 218 187 -
CMYK 0.49 0 0.14 0.15
HSL 162.45º 0.59% 0.65% -
HSV(B) 162.45º 0.49% 0.85% -
XYZ 40.72 57.18 55.9 -
YUV 182.77 130.38 77.52 -
System Red Green Blue C M Y K H S L
Decimal 112 218 187 0.49 0 0.14 0.15 162.45 0.59 0.65
Hex 70 DA BB 31 0 E F A2 3B 41
Octal 160 332 273 61 0 16 17 242 73 101
Binary 1110000 11011010 10111011 110001 0 1110 1111 10100010 111011 1000001

Color Harmonies of #70DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DABB

Black with #70DABB

Text Example


Text Example

White with #70DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,218,187); }

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

background-color css

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

 a { background-color: rgb(112,218,187); }

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

border-color css

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

 span { border-color: rgb(112,218,187); }

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