#68DDB7

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

Shades of Downy #68DDB7

Tints of Downy #68DDB7

Color information

#68DDB7 (or 0x68DDB7) is unknown color: approx Downy. HEX triplet: 68, DD and B7. RGB value is (104,221,183). Sum of RGB (Red+Green+Blue) = 104+221+183=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDB7 is #972248. Grayscale: #B5B5B5. Windows color (decimal): -9904713 or 12049768. OLE color: 12049768.

HSL color Cylindrical-coordinate representation of color #68DDB7: hue angle of 160.51º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DDB7 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB104221183-
CMYK0.5300.170.13
HSL160.51º63.24%63.73%-
HSV(B)160.51º52.94%86.67%-
XYZ40.1158.0753.9-
YUV181.68128.7472.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.47%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 183 (71.88% from 255) = 36.02%
R=20.47%
G=43.50%
B=36.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042211830.5300.170.13160.5163.2463.73
Hex68DDB735011Da13f40
Octal150335267650211524177100
Binary110100011011101101101111101010100011101101000011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,221,183); }

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

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

 a { background-color: rgb(104,221,183); }

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

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

 span { border-color: rgb(104,221,183); }

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