Html Css Color HEX #70E7BD Downy

📋 copy color: '#70E7BD'

red 112 ◦ green 231 ◦ blue 189

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

Shades of Downy #70E7BD

Tints of Downy #70E7BD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.42%

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

R = 21.05%
G = 43.42%
B = 35.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#70E7BD (or 0x70E7BD) is known color: Downy. HEX triplet: 70, E7 and BD. RGB value is (112,231,189). Sum of RGB (Red+Green+Blue) = 112+231+189=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 231 - color contains mainly: green. Hex color #70E7BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E7BD is #8F1842. Grayscale: #BEBEBE. Windows color (decimal): -9377859 or 12445552. OLE color: 12445552.

HSL color Cylindrical-coordinate representation of color #70E7BD: hue angle of 158.82º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E7BD is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 231 189 -
CMYK 0.52 0 0.18 0.09
HSL 158.82º 0.71% 0.67% -
HSV(B) 158.82º 0.52% 0.91% -
XYZ 44.44 64.27 58.21 -
YUV 190.63 127.08 71.92 -
System Red Green Blue C M Y K H S L
Decimal 112 231 189 0.52 0 0.18 0.09 158.82 0.71 0.67
Hex 70 E7 BD 34 0 12 9 9F 47 43
Octal 160 347 275 64 0 22 11 237 107 103
Binary 1110000 11100111 10111101 110100 0 10010 1001 10011111 1000111 1000011

Color Harmonies of #70E7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E7BD

Black with #70E7BD

Text Example


Text Example

White with #70E7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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