Html Css Color HEX #70DBB4 Downy

📋 copy color: '#70DBB4'

red 112 ◦ green 219 ◦ blue 180

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

Shades of Downy #70DBB4

Tints of Downy #70DBB4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.86%

 BLUE value IS 180 (70.7% from 255) = 35.23%

R = 21.92%
G = 42.86%
B = 35.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#70DBB4 (or 0x70DBB4) is known color: Downy. HEX triplet: 70, DB and B4. RGB value is (112,219,180). Sum of RGB (Red+Green+Blue) = 112+219+180=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBB4 is #8F244B. Grayscale: #B6B6B6. Windows color (decimal): -9380940 or 11852656. OLE color: 11852656.

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

Color convert

RGB 112 219 180 -
CMYK 0.49 0 0.18 0.14
HSL 158.13º 0.6% 0.65% -
HSV(B) 158.13º 0.49% 0.86% -
XYZ 40.25 57.4 52.14 -
YUV 182.56 126.55 77.67 -
System Red Green Blue C M Y K H S L
Decimal 112 219 180 0.49 0 0.18 0.14 158.13 0.6 0.65
Hex 70 DB B4 31 0 12 E 9E 3C 41
Octal 160 333 264 61 0 22 16 236 74 101
Binary 1110000 11011011 10110100 110001 0 10010 1110 10011110 111100 1000001

Color Harmonies of #70DBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBB4

Black with #70DBB4

Text Example


Text Example

White with #70DBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,219,180); }

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

background-color css

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

 a { background-color: rgb(112,219,180); }

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

border-color css

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

 span { border-color: rgb(112,219,180); }

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