Html Css Color HEX #70DABD Downy

📋 copy color: '#70DABD'

red 112 ◦ green 218 ◦ blue 189

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

Shades of Downy #70DABD

Tints of Downy #70DABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.42%

R = 21.58%
G = 42%
B = 36.42%

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

#70DABD (or 0x70DABD) is known color: Downy. HEX triplet: 70, DA and BD. RGB value is (112,218,189). Sum of RGB (Red+Green+Blue) = 112+218+189=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #70DABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DABD is #8F2542. Grayscale: #B7B7B7. Windows color (decimal): -9381187 or 12442224. OLE color: 12442224.

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

Color convert

RGB 112 218 189 -
CMYK 0.49 0 0.13 0.15
HSL 163.58º 0.59% 0.65% -
HSV(B) 163.58º 0.49% 0.85% -
XYZ 40.94 57.26 57.04 -
YUV 183 131.38 77.36 -
System Red Green Blue C M Y K H S L
Decimal 112 218 189 0.49 0 0.13 0.15 163.58 0.59 0.65
Hex 70 DA BD 31 0 D F A4 3B 41
Octal 160 332 275 61 0 15 17 244 73 101
Binary 1110000 11011010 10111101 110001 0 1101 1111 10100100 111011 1000001

Color Harmonies of #70DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DABD

Black with #70DABD

Text Example


Text Example

White with #70DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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