Html Css Color HEX #70ECC0 Downy

📋 copy color: '#70ECC0'

red 112 ◦ green 236 ◦ blue 192

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

Shades of Downy #70ECC0

Tints of Downy #70ECC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.56%

R = 20.74%
G = 43.7%
B = 35.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#70ECC0 (or 0x70ECC0) is known color: Downy. HEX triplet: 70, EC and C0. RGB value is (112,236,192). Sum of RGB (Red+Green+Blue) = 112+236+192=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECC0 is #8F133F. Grayscale: #C1C1C1. Windows color (decimal): -9376576 or 12643440. OLE color: 12643440.

HSL color Cylindrical-coordinate representation of color #70ECC0: hue angle of 158.71º 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 #70ECC0 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 236 192 -
CMYK 0.53 0 0.19 0.07
HSL 158.71º 0.77% 0.68% -
HSV(B) 158.71º 0.53% 0.93% -
XYZ 46.19 67.24 60.41 -
YUV 193.91 126.92 69.58 -
System Red Green Blue C M Y K H S L
Decimal 112 236 192 0.53 0 0.19 0.07 158.71 0.77 0.68
Hex 70 EC C0 35 0 13 7 9F 4D 44
Octal 160 354 300 65 0 23 7 237 115 104
Binary 1110000 11101100 11000000 110101 0 10011 111 10011111 1001101 1000100

Color Harmonies of #70ECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ECC0

Black with #70ECC0

Text Example


Text Example

White with #70ECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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