Html Css Color HEX #70EDC0 Downy

📋 copy color: '#70EDC0'

red 112 ◦ green 237 ◦ blue 192

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

Shades of Downy #70EDC0

Tints of Downy #70EDC0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.81%

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

R = 20.7%
G = 43.81%
B = 35.49%

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

#70EDC0 (or 0x70EDC0) is known color: Downy. HEX triplet: 70, ED and C0. RGB value is (112,237,192). Sum of RGB (Red+Green+Blue) = 112+237+192=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDC0 is #8F123F. Grayscale: #C2C2C2. Windows color (decimal): -9376320 or 12643696. OLE color: 12643696.

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

Color convert

RGB 112 237 192 -
CMYK 0.53 0 0.19 0.07
HSL 158.4º 0.78% 0.68% -
HSV(B) 158.4º 0.53% 0.93% -
XYZ 46.48 67.82 60.51 -
YUV 194.5 126.59 69.16 -
System Red Green Blue C M Y K H S L
Decimal 112 237 192 0.53 0 0.19 0.07 158.4 0.78 0.68
Hex 70 ED C0 35 0 13 7 9E 4E 44
Octal 160 355 300 65 0 23 7 236 116 104
Binary 1110000 11101101 11000000 110101 0 10011 111 10011110 1001110 1000100

Color Harmonies of #70EDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EDC0

Black with #70EDC0

Text Example


Text Example

White with #70EDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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