Html Css Color HEX #70DABE Downy

📋 copy color: '#70DABE'

red 112 ◦ green 218 ◦ blue 190

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

Shades of Downy #70DABE

Tints of Downy #70DABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.54%

R = 21.54%
G = 41.92%
B = 36.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#70DABE (or 0x70DABE) is known color: Downy. HEX triplet: 70, DA and BE. RGB value is (112,218,190). Sum of RGB (Red+Green+Blue) = 112+218+190=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #70DABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DABE is #8F2541. Grayscale: #B7B7B7. Windows color (decimal): -9381186 or 12507760. OLE color: 12507760.

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

Color convert

RGB 112 218 190 -
CMYK 0.49 0 0.13 0.15
HSL 164.15º 0.59% 0.65% -
HSV(B) 164.15º 0.49% 0.85% -
XYZ 41.05 57.31 57.61 -
YUV 183.11 131.88 77.28 -
System Red Green Blue C M Y K H S L
Decimal 112 218 190 0.49 0 0.13 0.15 164.15 0.59 0.65
Hex 70 DA BE 31 0 D F A4 3B 41
Octal 160 332 276 61 0 15 17 244 73 101
Binary 1110000 11011010 10111110 110001 0 1101 1111 10100100 111011 1000001

Color Harmonies of #70DABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DABE

Black with #70DABE

Text Example


Text Example

White with #70DABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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