#68D3C6

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

Shades of Downy #68D3C6

Tints of Downy #68D3C6

Color information

#68D3C6 (or 0x68D3C6) is unknown color: approx Downy. HEX triplet: 68, D3 and C6. RGB value is (104,211,198). Sum of RGB (Red+Green+Blue) = 104+211+198=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #68D3C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D3C6 is #972C39. Grayscale: #B1B1B1. Windows color (decimal): -9907258 or 13030248. OLE color: 13030248.

HSL color Cylindrical-coordinate representation of color #68D3C6: hue angle of 172.71º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D3C6 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB104211198-
CMYK0.5100.060.17
HSL172.71º54.87%61.76%-
HSV(B)172.71º50.71%82.75%-
XYZ39.253.6161.71-
YUV177.52139.5575.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.27%
GREEN value IS 211 (82.81% from 255) = 41.13%
BLUE value IS 198 (77.73% from 255) = 38.60%
R=20.27%
G=41.13%
B=38.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1042111980.5100.060.17172.7154.8761.76
Hex68D3C6330611ad373e
Octal1503233066306212556776
Binary1101000110100111100011011001101101000110101101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,211,198); }

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

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

 a { background-color: rgb(104,211,198); }

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

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

 span { border-color: rgb(104,211,198); }

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