Html Css Color HEX #70ECBD Downy

📋 copy color: '#70ECBD'

red 112 ◦ green 236 ◦ blue 189

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

Shades of Downy #70ECBD

Tints of Downy #70ECBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 20.86%
G = 43.95%
B = 35.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#70ECBD (or 0x70ECBD) is known color: Downy. HEX triplet: 70, EC and BD. RGB value is (112,236,189). Sum of RGB (Red+Green+Blue) = 112+236+189=537 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.86% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECBD is #8F1342. Grayscale: #C1C1C1. Windows color (decimal): -9376579 or 12446832. OLE color: 12446832.

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

Color convert

RGB 112 236 189 -
CMYK 0.53 0 0.20 0.07
HSL 157.26º 0.77% 0.68% -
HSV(B) 157.26º 0.53% 0.93% -
XYZ 45.86 67.11 58.68 -
YUV 193.57 125.42 69.82 -
System Red Green Blue C M Y K H S L
Decimal 112 236 189 0.53 0 0.20 0.07 157.26 0.77 0.68
Hex 70 EC BD 35 0 14 7 9D 4D 44
Octal 160 354 275 65 0 24 7 235 115 104
Binary 1110000 11101100 10111101 110101 0 10100 111 10011101 1001101 1000100

Color Harmonies of #70ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ECBD

Black with #70ECBD

Text Example


Text Example

White with #70ECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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