#68E5BC

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

Shades of Downy #68E5BC

Tints of Downy #68E5BC

Color information

#68E5BC (or 0x68E5BC) is unknown color: approx Downy. HEX triplet: 68, E5 and BC. RGB value is (104,229,188). Sum of RGB (Red+Green+Blue) = 104+229+188=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #68E5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E5BC is #971A43. Grayscale: #BABABA. Windows color (decimal): -9902660 or 12379496. OLE color: 12379496.

HSL color Cylindrical-coordinate representation of color #68E5BC: hue angle of 160.32º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E5BC is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB104229188-
CMYK0.5500.180.10
HSL160.32º70.62%65.29%-
HSV(B)160.32º54.59%89.8%-
XYZ42.8162.6157.41-
YUV186.95128.5968.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.96%
GREEN value IS 229 (89.84% from 255) = 43.95%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=19.96%
G=43.95%
B=36.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1042291880.5500.180.10160.3270.6265.29
Hex68E5BC37012Aa04741
Octal1503452746702212240107101
Binary1101000111001011011110011011101001010101010000010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68E5BC; }

 p { color: rgb(104,229,188); }

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

<style>
 a { background-color: #68E5BC; }

 a { background-color: rgb(104,229,188); }

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

<style>
 span { border-color: #68E5BC; }

 span { border-color: rgb(104,229,188); }

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