#70E9BE

Color #70E9BE Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #70E9BE

Tints of Downy #70E9BE

Color information

#70E9BE (or 0x70E9BE) is unknown color: approx Downy. HEX triplet: 70, E9 and BE. RGB value is (112,233,190). Sum of RGB (Red+Green+Blue) = 112+233+190=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #70E9BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E9BE is #8F1641. Grayscale: #BFBFBF. Windows color (decimal): -9377346 or 12511600. OLE color: 12511600.

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

Color convert

RGB112233190-
CMYK0.5200.180.09
HSL158.68º73.33%67.65%-
HSV(B)158.68º51.93%91.37%-
XYZ45.1265.4458.97-
YUV191.92126.9171-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.93%
GREEN value IS 233 (91.41% from 255) = 43.55%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=20.93%
G=43.55%
B=35.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122331900.5200.180.09158.6873.3367.65
Hex70E9BE3401299f4944
Octal1603512766402211237111104
Binary1110000111010011011111011010001001010011001111110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,233,190); }

 H1.HeaderClassName
 {
   color: #70E9BE;
 }
 .AnyTagClassName
 {
   color: #70E9BE;
 }
</style>
background-color css

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

 a { background-color: rgb(112,233,190); }

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

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

 span { border-color: rgb(112,233,190); }

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