Html Css Color HEX #70EBC4 Downy

📋 copy color: '#70EBC4'

red 112 ◦ green 235 ◦ blue 196

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

Shades of Downy #70EBC4

Tints of Downy #70EBC4

RGB

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

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

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

R = 20.63%
G = 43.28%
B = 36.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#70EBC4 (or 0x70EBC4) is known color: Downy. HEX triplet: 70, EB and C4. RGB value is (112,235,196). Sum of RGB (Red+Green+Blue) = 112+235+196=543 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.63% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EBC4 is #8F143B. Grayscale: #C1C1C1. Windows color (decimal): -9376828 or 12905328. OLE color: 12905328.

HSL color Cylindrical-coordinate representation of color #70EBC4: hue angle of 160.98º 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 #70EBC4 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 235 196 -
CMYK 0.52 0 0.17 0.08
HSL 160.98º 0.75% 0.68% -
HSV(B) 160.98º 0.52% 0.92% -
XYZ 46.35 66.85 62.68 -
YUV 193.78 129.25 69.67 -
System Red Green Blue C M Y K H S L
Decimal 112 235 196 0.52 0 0.17 0.08 160.98 0.75 0.68
Hex 70 EB C4 34 0 11 8 A1 4B 44
Octal 160 353 304 64 0 21 10 241 113 104
Binary 1110000 11101011 11000100 110100 0 10001 1000 10100001 1001011 1000100

Color Harmonies of #70EBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EBC4

Black with #70EBC4

Text Example


Text Example

White with #70EBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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