Html Css Color HEX #70DBC1 Downy

📋 copy color: '#70DBC1'

red 112 ◦ green 219 ◦ blue 193

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

Shades of Downy #70DBC1

Tints of Downy #70DBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.83%

R = 21.37%
G = 41.79%
B = 36.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#70DBC1 (or 0x70DBC1) is known color: Downy. HEX triplet: 70, DB and C1. RGB value is (112,219,193). Sum of RGB (Red+Green+Blue) = 112+219+193=524 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.37% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBC1 is #8F243E. Grayscale: #B8B8B8. Windows color (decimal): -9380927 or 12704624. OLE color: 12704624.

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

Color convert

RGB 112 219 193 -
CMYK 0.49 0 0.12 0.14
HSL 165.42º 0.6% 0.65% -
HSV(B) 165.42º 0.49% 0.86% -
XYZ 41.64 57.96 59.44 -
YUV 184.04 133.05 76.61 -
System Red Green Blue C M Y K H S L
Decimal 112 219 193 0.49 0 0.12 0.14 165.42 0.6 0.65
Hex 70 DB C1 31 0 C E A5 3C 41
Octal 160 333 301 61 0 14 16 245 74 101
Binary 1110000 11011011 11000001 110001 0 1100 1110 10100101 111100 1000001

Color Harmonies of #70DBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBC1

Black with #70DBC1

Text Example


Text Example

White with #70DBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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