Html Css Color HEX #70ECC4 Downy

📋 copy color: '#70ECC4'

red 112 ◦ green 236 ◦ blue 196

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

Shades of Downy #70ECC4

Tints of Downy #70ECC4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.38%

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

R = 20.59%
G = 43.38%
B = 36.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#70ECC4 (or 0x70ECC4) is known color: Downy. HEX triplet: 70, EC and C4. RGB value is (112,236,196). Sum of RGB (Red+Green+Blue) = 112+236+196=544 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.59% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECC4 is #8F133B. Grayscale: #C2C2C2. Windows color (decimal): -9376572 or 12905584. OLE color: 12905584.

HSL color Cylindrical-coordinate representation of color #70ECC4: hue angle of 160.65º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ECC4 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 236 196 -
CMYK 0.53 0 0.17 0.07
HSL 160.65º 0.77% 0.68% -
HSV(B) 160.65º 0.53% 0.93% -
XYZ 46.64 67.42 62.78 -
YUV 194.36 128.92 69.25 -
System Red Green Blue C M Y K H S L
Decimal 112 236 196 0.53 0 0.17 0.07 160.65 0.77 0.68
Hex 70 EC C4 35 0 11 7 A1 4D 44
Octal 160 354 304 65 0 21 7 241 115 104
Binary 1110000 11101100 11000100 110101 0 10001 111 10100001 1001101 1000100

Color Harmonies of #70ECC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ECC4

Black with #70ECC4

Text Example


Text Example

White with #70ECC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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