Html Css Color HEX #70EBC0 Downy

📋 copy color: '#70EBC0'

red 112 ◦ green 235 ◦ blue 192

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

Shades of Downy #70EBC0

Tints of Downy #70EBC0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.6%

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

R = 20.78%
G = 43.6%
B = 35.62%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#70EBC0 (or 0x70EBC0) is known color: Downy. HEX triplet: 70, EB and C0. RGB value is (112,235,192). Sum of RGB (Red+Green+Blue) = 112+235+192=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EBC0 is #8F143F. Grayscale: #C1C1C1. Windows color (decimal): -9376832 or 12643184. OLE color: 12643184.

HSL color Cylindrical-coordinate representation of color #70EBC0: hue angle of 159.02º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EBC0 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 235 192 -
CMYK 0.52 0 0.18 0.08
HSL 159.02º 0.75% 0.68% -
HSV(B) 159.02º 0.52% 0.92% -
XYZ 45.9 66.67 60.32 -
YUV 193.32 127.25 70 -
System Red Green Blue C M Y K H S L
Decimal 112 235 192 0.52 0 0.18 0.08 159.02 0.75 0.68
Hex 70 EB C0 34 0 12 8 9F 4B 44
Octal 160 353 300 64 0 22 10 237 113 104
Binary 1110000 11101011 11000000 110100 0 10010 1000 10011111 1001011 1000100

Color Harmonies of #70EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EBC0

Black with #70EBC0

Text Example


Text Example

White with #70EBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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