#68D1C0

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

Shades of Downy #68D1C0

Tints of Downy #68D1C0

Color information

#68D1C0 (or 0x68D1C0) is unknown color: approx Downy. HEX triplet: 68, D1 and C0. RGB value is (104,209,192). Sum of RGB (Red+Green+Blue) = 104+209+192=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #68D1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D1C0 is #972E3F. Grayscale: #AFAFAF. Windows color (decimal): -9907776 or 12636520. OLE color: 12636520.

HSL color Cylindrical-coordinate representation of color #68D1C0: hue angle of 170.29º 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 #68D1C0 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB104209192-
CMYK0.5000.080.18
HSL170.29º53.3%61.37%-
HSV(B)170.29º50.24%81.96%-
XYZ38.0252.3557.97-
YUV175.67137.2176.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.59%
GREEN value IS 209 (82.03% from 255) = 41.39%
BLUE value IS 192 (75.39% from 255) = 38.02%
R=20.59%
G=41.39%
B=38.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1042091920.5000.080.18170.2953.361.37
Hex68D1C0320812aa353d
Octal15032130062010222526575
Binary11010001101000111000000110010010001001010101010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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