Html Css Color HEX #70DBC4 Downy

📋 copy color: '#70DBC4'

red 112 ◦ green 219 ◦ blue 196

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

Shades of Downy #70DBC4

Tints of Downy #70DBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.19%

R = 21.25%
G = 41.56%
B = 37.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#70DBC4 (or 0x70DBC4) is known color: Downy. HEX triplet: 70, DB and C4. RGB value is (112,219,196). Sum of RGB (Red+Green+Blue) = 112+219+196=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBC4 is #8F243B. Grayscale: #B8B8B8. Windows color (decimal): -9380924 or 12901232. OLE color: 12901232.

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

Color convert

RGB 112 219 196 -
CMYK 0.49 0 0.11 0.14
HSL 167.1º 0.6% 0.65% -
HSV(B) 167.1º 0.49% 0.86% -
XYZ 41.98 58.09 61.23 -
YUV 184.39 134.55 76.37 -
System Red Green Blue C M Y K H S L
Decimal 112 219 196 0.49 0 0.11 0.14 167.1 0.6 0.65
Hex 70 DB C4 31 0 B E A7 3C 41
Octal 160 333 304 61 0 13 16 247 74 101
Binary 1110000 11011011 11000100 110001 0 1011 1110 10100111 111100 1000001

Color Harmonies of #70DBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBC4

Black with #70DBC4

Text Example


Text Example

White with #70DBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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