#68DDC7

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

Shades of Downy #68DDC7

Tints of Downy #68DDC7

Color information

#68DDC7 (or 0x68DDC7) is unknown color: approx Downy. HEX triplet: 68, DD and C7. RGB value is (104,221,199). Sum of RGB (Red+Green+Blue) = 104+221+199=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDC7 is #972238. Grayscale: #B7B7B7. Windows color (decimal): -9904697 or 13098344. OLE color: 13098344.

HSL color Cylindrical-coordinate representation of color #68DDC7: hue angle of 168.72º 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 #68DDC7 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB104221199-
CMYK0.5300.100.13
HSL168.72º63.24%63.73%-
HSV(B)168.72º52.94%86.67%-
XYZ41.8758.7863.17-
YUV183.51136.7471.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.85%
GREEN value IS 221 (86.72% from 255) = 42.18%
BLUE value IS 199 (78.12% from 255) = 37.98%
R=19.85%
G=42.18%
B=37.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042211990.5300.100.13168.7263.2463.73
Hex68DDC7350ADa93f40
Octal150335307650121525177100
Binary11010001101110111000111110101010101101101010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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