Html Css Color HEX #70DFBA Downy

📋 copy color: '#70DFBA'

red 112 ◦ green 223 ◦ blue 186

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

Shades of Downy #70DFBA

Tints of Downy #70DFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.8%

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 21.5%
G = 42.8%
B = 35.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#70DFBA (or 0x70DFBA) is known color: Downy. HEX triplet: 70, DF and BA. RGB value is (112,223,186). Sum of RGB (Red+Green+Blue) = 112+223+186=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFBA is #8F2045. Grayscale: #B9B9B9. Windows color (decimal): -9379910 or 12246896. OLE color: 12246896.

HSL color Cylindrical-coordinate representation of color #70DFBA: hue angle of 160º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DFBA is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 186 -
CMYK 0.50 0 0.17 0.13
HSL 160º 0.63% 0.66% -
HSV(B) 160º 0.5% 0.87% -
XYZ 41.93 59.77 55.78 -
YUV 185.59 128.23 75.51 -
System Red Green Blue C M Y K H S L
Decimal 112 223 186 0.50 0 0.17 0.13 160 0.63 0.66
Hex 70 DF BA 32 0 11 D A0 3F 42
Octal 160 337 272 62 0 21 15 240 77 102
Binary 1110000 11011111 10111010 110010 0 10001 1101 10100000 111111 1000010

Color Harmonies of #70DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFBA

Black with #70DFBA

Text Example


Text Example

White with #70DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,223,186); }

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

background-color css

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

 a { background-color: rgb(112,223,186); }

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

border-color css

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

 span { border-color: rgb(112,223,186); }

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