#68D1CF

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

Shades of Downy #68D1CF

Tints of Downy #68D1CF

Color information

#68D1CF (or 0x68D1CF) is unknown color: approx Downy. HEX triplet: 68, D1 and CF. RGB value is (104,209,207). Sum of RGB (Red+Green+Blue) = 104+209+207=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #68D1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D1CF is #972E30. Grayscale: #B1B1B1. Windows color (decimal): -9907761 or 13619560. OLE color: 13619560.

HSL color Cylindrical-coordinate representation of color #68D1CF: hue angle of 178.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D1CF is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB104209207-
CMYK0.5000.010.18
HSL178.86º53.3%61.37%-
HSV(B)178.86º50.24%81.96%-
XYZ39.7753.0567.17-
YUV177.38144.7175.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20%
GREEN value IS 209 (82.03% from 255) = 40.19%
BLUE value IS 207 (81.25% from 255) = 39.81%
R=20%
G=40.19%
B=39.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1042092070.5000.010.18178.8653.361.37
Hex68D1CF320112b3353d
Octal1503213176201222636575
Binary11010001101000111001111110010011001010110011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,209,207); }

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

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

 a { background-color: rgb(104,209,207); }

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

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

 span { border-color: rgb(104,209,207); }

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