#68E1B9

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

Shades of Downy #68E1B9

Tints of Downy #68E1B9

Color information

#68E1B9 (or 0x68E1B9) is unknown color: approx Downy. HEX triplet: 68, E1 and B9. RGB value is (104,225,185). Sum of RGB (Red+Green+Blue) = 104+225+185=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #68E1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E1B9 is #971E46. Grayscale: #B8B8B8. Windows color (decimal): -9903687 or 12181864. OLE color: 12181864.

HSL color Cylindrical-coordinate representation of color #68E1B9: hue angle of 160.17º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E1B9 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB104225185-
CMYK0.5400.180.12
HSL160.17º66.85%64.51%-
HSV(B)160.17º53.78%88.24%-
XYZ41.3960.355.36-
YUV184.26128.4170.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.23%
GREEN value IS 225 (88.28% from 255) = 43.77%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=20.23%
G=43.77%
B=35.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1042251850.5400.180.12160.1766.8564.51
Hex68E1B936012Ca04341
Octal1503412716602214240103101
Binary1101000111000011011100111011001001011001010000010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,225,185); }

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

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

 a { background-color: rgb(104,225,185); }

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

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

 span { border-color: rgb(104,225,185); }

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