Html Css Color HEX #70DACB Downy

📋 copy color: '#70DACB'

red 112 ◦ green 218 ◦ blue 203

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

Shades of Downy #70DACB

Tints of Downy #70DACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 21.01%
G = 40.9%
B = 38.09%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#70DACB (or 0x70DACB) is known color: Downy. HEX triplet: 70, DA and CB. RGB value is (112,218,203). Sum of RGB (Red+Green+Blue) = 112+218+203=533 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.01% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #70DACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DACB is #8F2534. Grayscale: #B8B8B8. Windows color (decimal): -9381173 or 13359728. OLE color: 13359728.

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

Color convert

RGB 112 218 203 -
CMYK 0.49 0 0.07 0.15
HSL 171.51º 0.59% 0.65% -
HSV(B) 171.51º 0.49% 0.85% -
XYZ 42.53 57.9 65.43 -
YUV 184.6 138.38 76.22 -
System Red Green Blue C M Y K H S L
Decimal 112 218 203 0.49 0 0.07 0.15 171.51 0.59 0.65
Hex 70 DA CB 31 0 7 F AC 3B 41
Octal 160 332 313 61 0 7 17 254 73 101
Binary 1110000 11011010 11001011 110001 0 111 1111 10101100 111011 1000001

Color Harmonies of #70DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DACB

Black with #70DACB

Text Example


Text Example

White with #70DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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