Html Css Color HEX #70EDBD Downy

📋 copy color: '#70EDBD'

red 112 ◦ green 237 ◦ blue 189

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

Shades of Downy #70EDBD

Tints of Downy #70EDBD

RGB

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

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

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

R = 20.82%
G = 44.05%
B = 35.13%

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

#70EDBD (or 0x70EDBD) is known color: Downy. HEX triplet: 70, ED and BD. RGB value is (112,237,189). Sum of RGB (Red+Green+Blue) = 112+237+189=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDBD is #8F1242. Grayscale: #C2C2C2. Windows color (decimal): -9376323 or 12447088. OLE color: 12447088.

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

Color convert

RGB 112 237 189 -
CMYK 0.53 0 0.20 0.07
HSL 156.96º 0.78% 0.68% -
HSV(B) 156.96º 0.53% 0.93% -
XYZ 46.15 67.69 58.78 -
YUV 194.15 125.09 69.4 -
System Red Green Blue C M Y K H S L
Decimal 112 237 189 0.53 0 0.20 0.07 156.96 0.78 0.68
Hex 70 ED BD 35 0 14 7 9D 4E 44
Octal 160 355 275 65 0 24 7 235 116 104
Binary 1110000 11101101 10111101 110101 0 10100 111 10011101 1001110 1000100

Color Harmonies of #70EDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EDBD

Black with #70EDBD

Text Example


Text Example

White with #70EDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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